Kui LIU
Kui LIU
Hi @martinezmatias Yes, I compiled the example. I thought the problem might be caused by the compatibility of GZoltar. The exception at com.gzoltar.core.GZoltar.run(GZoltar.java:51). I don't know how to resolve it....
Hi @martinezmatias , It still does not work. Here is my command: `java -cp $(cat /tmp/astor-classpath.txt):/Users/kui.liu/eclipse-workspace/astor/target/classes ` `fr.inria.main.evolution.AstorMain` `-mode jGenProg` `-srcjavafolder /src/java/` `-srctestfolder /src/test/` `-binjavafolder /target/classes/ ` `-bintestfolder /target/test-classes/` `-location...
Test cases are failed because of the same problem: java.lang.NullPointerException at com.gzoltar.core.GZoltar.run(GZoltar.java:51) I test GZoltar with JDK 1.7, the problem is gone. If I change the JDK version to 1.8...
Ah, Sorry, I did not run the build script.
https://github.com/mrdrivingduck/AVATAR This version of avatar can be used on bears, bugs.jar and quixbugs.
It dependents on the version of D4J.
TBar is dependent on D4J. Avatar can be used on other datasets, It is available at https://github.com/mrdrivingduck/AVATAR They are similar to each other, except for the fix templates.
Hello Jose, TBar requires Java-7 because of the old version of Defects4J. The current version of Defects4J supports Java 8, then TBar can be executed with Java-8. Best regards, Kui...
@Jose If you want to use Java 8, you need to modify the JDK version in the pom.xml.
@Jose The same for kPAR and AVATAR. :)