SpoonLabs / astor

Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
https://hal.archives-ouvertes.fr/hal-01321615/document
GNU General Public License v2.0
205 stars 106 forks source link

Fix behavior of Astor with jKali mode and the parameter "stopfirst" set to false #322

Closed dginelli closed 3 years ago

dginelli commented 3 years ago

This pull request fixes a bug that prevents Astor to continue to create patches after finding the first one when it is executed with jKali mode and the parameter "stopfirst" is set to false.

martinezmatias commented 3 years ago

Hi @dginelli

Great. Thanks a lot for the bugfixing. Merged!