File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- # GitBugs -Java
1+ # GitBug -Java
22
3- GitBugs -Java is a reproducible Java benchmark of recent bugs.
3+ GitBug -Java is a reproducible Java benchmark of recent bugs.
44
55[ Visualization] ( https://www.nuno.saavedra.pt/gitbugs-java )
66
7- ## Setup GitBugs -Java
7+ ## Setup GitBug -Java
88
99Requirements:
1010- Python
@@ -17,38 +17,38 @@ poetry shell
1717poetry install
1818```
1919
20- 2 . Add GitBugs -Java and custom Act version to path
20+ 2 . Add GitBug -Java and custom Act version to path
2121``` bash
2222export PATH=" $( pwd) :$( pwd) /bin:$PATH "
2323```
2424
25253 . Run Setup (Installs Docker Image ~ 50GiB, downloads required dependencies ~ 80GiB)
2626``` bash
27- gitbugs -java setup
27+ gitbug -java setup
2828```
2929
30- ## Use GitBugs -Java
30+ ## Use GitBug -Java
3131
32321 . List all available project ids
3333``` bash
34- gitbugs -java pids
34+ gitbug -java pids
3535```
3636
37372 . List all available bug ids
3838``` bash
39- gitbugs -java bids [-p= PID]
39+ gitbug -java bids [-p= PID]
4040```
4141
42423 . Checkout bug-fix
4343``` bash
44- gitbugs -java checkout PID BID WORK_DIR [--fixed]
44+ gitbug -java checkout PID BID WORK_DIR [--fixed]
4545```
4646
47474 . Run Actions
4848``` bash
49- gitbugs -java run WORK_DIR
49+ gitbug -java run WORK_DIR
5050```
5151
52- ## Contents of GitBugs -Java
52+ ## Contents of GitBug -Java
5353
5454Please refer to the paper
You can’t perform that action at this time.
0 commit comments