Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Nov 3, 2024
1 parent 44220bb commit 02a61d1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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)
# NPEFix

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

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).


@inproceedings{durieuxNpeFix,
title = {{Dynamic Patch Generation for Null Pointer Exceptions Using Metaprogramming}},
author = {Durieux, Thomas and Cornu, Benoit and Seinturier, Lionel and Monperrus, Martin},
url = {https://hal.archives-ouvertes.fr/hal-01419861/document},
booktitle = {{IEEE International Conference on Software Analysis, Evolution and Reengineering}},
doi = {10.1109/SANER.2017.7884635},
year = {2017},
}

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

## Command line

Expand Down

0 comments on commit 02a61d1

Please sign in to comment.