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
207 stars 106 forks source link

fix loading issue of "configuration.properties" (cause by strange file-name conflict) #189

Closed jianguda closed 5 years ago

jianguda commented 5 years ago

Astor can not load configuration.properties correctly, when working as lib. The root cause is that, configuration.properties always gets replaced by another unknown file with the same filename. I renamed this file as astor.properties.

This issue is caused by #182 and I also restored changes in #188

monperrus commented 5 years ago

Thanks, could you update the documentation as well: https://github.com/SpoonLabs/astor/search?l=Markdown&q=%22configuration.properties%22