Skip to content

Commit 8d95918

Browse files
Add note about sudo and the bibtex to README (#24)
--------- Co-authored-by: André Silva <andre15andre@hotmail.com>
1 parent 350dc35 commit 8d95918

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export PATH="$(pwd):$(pwd)/bin:$PATH"
2727
gitbug-java setup
2828
```
2929

30+
**NOTE: Ensure that all `gitbug-java` commands are executed without using `sudo` to guarantee correct functionality.**
31+
3032
## Use GitBug-Java
3133

3234
1. List all available project ids
@@ -49,6 +51,15 @@ gitbug-java checkout BID WORK_DIR [--fixed]
4951
gitbug-java run WORK_DIR
5052
```
5153

52-
## Contents of GitBug-Java
54+
## Citation
55+
56+
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)
5357

54-
Please refer to the paper
58+
```bibtex
59+
@inproceedings{gitbugjava,
60+
title={GitBug-Java: A Reproducible Benchmark of Recent Java Bugs},
61+
author={Silva, Andr{\'e} and Saavedra, Nuno and Monperrus, Martin},
62+
booktitle={Proceedings of the 21st International Conference on Mining Software Repositories},
63+
doi={10.1145/3643991.3644884}
64+
}
65+
```

0 commit comments

Comments
 (0)