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

Remove elements with NoSourcePosition #302

Closed MaximoOliveira closed 3 years ago

MaximoOliveira commented 3 years ago

See issue #301

It is better to remove these elements before entering in the loop

Also removed some javadoc that was incorrect in one file

martinezmatias commented 3 years ago

Hi @MaximoOliveira

Nice work, thanks a lot. It seems fine for me.

Just one small detail: the PR also contains commits that we have already merged: bee42f6 * Fix non-deterministic bug that is found with Cardumen. As we will squash and merge, that would not be a problem now.

Thanks! Matias