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:
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 <>...