Skip to content

Commit 02a61d1

Browse files
committed
improve readme
1 parent 44220bb commit 02a61d1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NPEFix [![Build Status](https://travis-ci.org/Spirals-Team/npefix.svg?branch=master)](https://travis-ci.org/Spirals-Team/npefix) [![Coverage Status](https://coveralls.io/repos/github/Spirals-Team/npefix/badge.svg?branch=master)](https://coveralls.io/github/Spirals-Team/npefix?branch=master)
1+
# NPEFix
22

33
NPEFix is a system that automatically generates patches for NullPointerException, aka automatic bug fixing for NPE.
44
This code is research code, released under the GPL licence, developed at Inria Lille.
@@ -7,16 +7,16 @@ If you use this code, please cite:
77

88
Thomas Durieux, Benoit Cornu, Lionel Seinturier and Martin Monperrus, "[Dynamic Patch Generation for Null Pointer Exceptions Using Metaprogramming](https://hal.archives-ouvertes.fr/hal-01419861/document)", In IEEE International Conference on Software Analysis, Evolution and Reengineering, 2017, [doi:10.1109/SANER.2017.7884635](https://doi.org/10.1109/SANER.2017.7884635).
99

10-
11-
@inproceedings{durieuxNpeFix,
12-
title = {{Dynamic Patch Generation for Null Pointer Exceptions Using Metaprogramming}},
13-
author = {Durieux, Thomas and Cornu, Benoit and Seinturier, Lionel and Monperrus, Martin},
14-
url = {https://hal.archives-ouvertes.fr/hal-01419861/document},
15-
booktitle = {{IEEE International Conference on Software Analysis, Evolution and Reengineering}},
16-
doi = {10.1109/SANER.2017.7884635},
17-
year = {2017},
18-
}
19-
10+
```bibtex
11+
@inproceedings{durieuxNpeFix,
12+
title = {{Dynamic Patch Generation for Null Pointer Exceptions Using Metaprogramming}},
13+
author = {Durieux, Thomas and Cornu, Benoit and Seinturier, Lionel and Monperrus, Martin},
14+
url = {https://hal.archives-ouvertes.fr/hal-01419861/document},
15+
booktitle = {{IEEE International Conference on Software Analysis, Evolution and Reengineering}},
16+
doi = {10.1109/SANER.2017.7884635},
17+
year = {2017},
18+
}
19+
```
2020

2121
## Command line
2222

0 commit comments

Comments
 (0)