Skip to content

Commit 7debe07

Browse files
authored
Update README.md
1 parent 212b3ec commit 7debe07

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

99
Requirements:
1010
- Python
@@ -17,38 +17,38 @@ poetry shell
1717
poetry 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
2222
export PATH="$(pwd):$(pwd)/bin:$PATH"
2323
```
2424

2525
3. 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

3232
1. List all available project ids
3333
```bash
34-
gitbugs-java pids
34+
gitbug-java pids
3535
```
3636

3737
2. List all available bug ids
3838
```bash
39-
gitbugs-java bids [-p=PID]
39+
gitbug-java bids [-p=PID]
4040
```
4141

4242
3. 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

4747
4. 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

5454
Please refer to the paper

0 commit comments

Comments
 (0)