|
2 | 2 |
|
3 | 3 | GitBug-Java is a reproducible Java benchmark of recent bugs. |
4 | 4 |
|
5 | | -- [Visualization](https://nfsaavedra.github.io/gitbug-java) |
| 5 | +- [Visualization and web interface](https://nfsaavedra.github.io/gitbug-java) |
6 | 6 | - [HuggingFace](https://huggingface.co/datasets/gitbugactions/gitbug-java) |
7 | 7 |
|
| 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 | + |
8 | 20 | ## Setup GitBug-Java |
9 | 21 |
|
10 | 22 | Requirements: |
@@ -104,15 +116,3 @@ The file includes the following information: |
104 | 116 |
|
105 | 117 | 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. |
106 | 118 |
|
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