diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a607f44..cf411a2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,7 @@ - - - + @@ -66,10 +64,16 @@ - - - - + + + + + + + + + + @@ -191,7 +195,6 @@ @@ -556,7 +560,7 @@ - + @@ -570,7 +574,7 @@ - + @@ -813,24 +817,6 @@ - - - - - - - - - - - - - - - - - - @@ -1125,13 +1111,6 @@ - - - - - - - @@ -1155,8 +1134,33 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index e2a7d6a..48d42e5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,20 @@ # Code of FixMiner Reference: [FixMiner: Mining Relevant Fix Patterns for Automated Program Repair](http://arxiv.org/pdf/1810.01791) (Empirical Software Engineering, [doi:10.1007/s10664-019-09780-z](https://doi.org/10.1007/s10664-019-09780-z)) +## Citing FixMiner +You can cite FixMiner using the following bibtex: + +``` +@article{koyuncu2020fixminer, + title={Fixminer: Mining relevant fix patterns for automated program repair}, + author={Koyuncu, Anil and Liu, Kui and Bissyand{\'e}, Tegawend{\'e} F and Kim, Dongsun and Klein, Jacques and Monperrus, Martin and Le Traon, Yves}, + journal={Empirical Software Engineering}, + pages={1--45}, + year={2020}, + publisher={Springer} +} + ``` # FixMiner * [I. Introduction of FixMiner](#user-content-i-introduction) @@ -237,6 +250,3 @@ Usage ``` - - -