Skip to content

Commit 68302f9

Browse files
authored
Update README.md (#34)
1 parent 4bdef0f commit 68302f9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33
GitBug-Java is a reproducible Java benchmark of recent bugs.
44

5-
- [Visualization](https://nfsaavedra.github.io/gitbug-java)
5+
- [Visualization and web interface](https://nfsaavedra.github.io/gitbug-java)
66
- [HuggingFace](https://huggingface.co/datasets/gitbugactions/gitbug-java)
77

8+
If you use GitBug-Java in your research work, please cite [GitBug-Java: A Reproducible Benchmark of Recent Java Bugs (MSR 2024)](https://arxiv.org/pdf/2402.02961.pdf)
9+
10+
```bibtex
11+
@inproceedings{gitbugjava,
12+
title={GitBug-Java: A Reproducible Benchmark of Recent Java Bugs},
13+
author={Silva, Andr{\'e} and Saavedra, Nuno and Monperrus, Martin},
14+
booktitle={Proceedings of the 21st International Conference on Mining Software Repositories},
15+
doi={10.1145/3643991.3644884}
16+
}
17+
```
18+
19+
820
## Setup GitBug-Java
921

1022
Requirements:
@@ -104,15 +116,3 @@ The file includes the following information:
104116
105117
Note: Our output includes information from the entire GitHub Action run, including the stack-trace from the test run but also the output from other steps in the executed workflows. This is different from benchmarks such as Defects4J that provide only the test execution stack-trace segregated from other outputs. Currently, we do not support extracting only the test execution stack-trace.
106118
107-
## Citation
108-
109-
If you use GitBug-Java in your research work, please cite [GitBug-Java: A Reproducible Benchmark of Recent Java Bugs](https://arxiv.org/pdf/2402.02961.pdf)
110-
111-
```bibtex
112-
@inproceedings{gitbugjava,
113-
title={GitBug-Java: A Reproducible Benchmark of Recent Java Bugs},
114-
author={Silva, Andr{\'e} and Saavedra, Nuno and Monperrus, Martin},
115-
booktitle={Proceedings of the 21st International Conference on Mining Software Repositories},
116-
doi={10.1145/3643991.3644884}
117-
}
118-
```

0 commit comments

Comments
 (0)