From 63c1a493a3ac0ae5db4fb72f4b00a999536ba36b Mon Sep 17 00:00:00 2001 From: Nfsaavedra Date: Tue, 12 Mar 2024 14:05:47 +0000 Subject: [PATCH 1/2] add note and link to paper --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f47e69..b4607e1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ export PATH="$(pwd):$(pwd)/bin:$PATH" gitbug-java setup ``` +**NOTE: Ensure that all `gitbug-java` commands are executed without using `sudo` to guarantee correct functionality.** + ## Use GitBug-Java 1. List all available project ids @@ -51,4 +53,4 @@ gitbug-java run WORK_DIR ## Contents of GitBug-Java -Please refer to the paper +Please refer to the [paper](https://arxiv.org/pdf/2402.02961.pdf). From 9e57e481ebd8bc32c4c0ee4e723f1e1b1e637d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Tue, 12 Mar 2024 16:31:09 +0100 Subject: [PATCH 2/2] add citation --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4607e1..0999345 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,15 @@ gitbug-java checkout BID WORK_DIR [--fixed] gitbug-java run WORK_DIR ``` -## Contents of GitBug-Java +## Citation -Please refer to the [paper](https://arxiv.org/pdf/2402.02961.pdf). +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) + +```bibtex +@inproceedings{gitbugjava, + title={GitBug-Java: A Reproducible Benchmark of Recent Java Bugs}, + author={Silva, Andr{\'e} and Saavedra, Nuno and Monperrus, Martin}, + booktitle={Proceedings of the 21st International Conference on Mining Software Repositories}, + doi={10.1145/3643991.3644884} +} +```