File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ figures and tables.
1414
1515To set up the environment, refer to the ` scripts/prerequisites.md ` file.
1616
17- ## Running Scripts
17+ ### Running Scripts
1818
1919To generate the desired figures or tables from the paper, run the corresponding
2020shell script. For example, to generate ** Figure 7** , use:
Original file line number Diff line number Diff line change @@ -46,19 +46,17 @@ cd scripts
4646./get-all-subject-src.sh
4747```
4848
49- ## Environment variables
49+ ## Adding Defects4J to PATH
5050
51- ### Adding Defects4J to PATH
52-
53- Add Defects4J's executables to your PATH in
51+ For defect detection scripts, add Defects4J's executables to your PATH in
5452the shell session where you run the scripts:
5553
5654``` sh
5755export PATH=" $PATH " :" $PATH2DEFECTS4J /framework/bin"
5856```
5957
60- > "PATH2DEFECTS4J" points to the directory which Defects4J is in; it most
61- > likely will look like "currentdirectory/build/defects4j".
58+ where "PATH2DEFECTS4J" points to the directory which Defects4J is in; it most
59+ likely will look like "currentdirectory/build/defects4j".
6260
6361### Java Versions Setup
6462
You can’t perform that action at this time.
0 commit comments