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 GZoltar exception #213

Closed dginelli closed 4 years ago

dginelli commented 4 years ago

These commits allow to avoid the exception java.lang.IllegalArgumentException: No suspicious gen for analyze when Astor is executed using its JAR version.

I changed also the value associated with the parameter mainClass in the pom.xml file, so that it is now possible to run Astor also without specifying the main class in this way:

java -jar astor-jar-with-dependencies.jar -mode <>...

monperrus commented 4 years ago

Thanks a lot!