YUAN YUAN
YUAN YUAN
Hi, Thanks for your suggestions. I will try to improve the documentation. For the test executor, if you run ArjaE, the main method in ArjaEMain.java should be executed. And you...
Hi, you can just create an empty Java Project in Eclipse and then put the source code of Arja ("src" folder), dependencies ("lib" folder), and the external binaries ("external" folder)...
Can you let me know which JDK version you use in your eclipse project?
Can you see a jar named "rt.jar" under "JRE System Library"? And make sure that you can find the classes "java.net.URLClassLoader" and "java.lang.ProcessBuilder" in rt.jar.
The problem may be due to the JDK version. I suggest you use the JDK 1.7 since Arja was not well tested on JDK 1.8.
You are welcome!
Hi, does this error happen for other bugs?
Hi, I'm not sure what happens according to the information you provide. But please make sure that fault localization does not fail at the first place. You can try to...
This should be possible. It happens when the positive test cases do not visit this faulty line. If you prefer using all test cases, you can set the default value...
The possible reason is that the suspiciousness of this faulty line is no larger than a threshold (0.1 default). So the number of modification points is 0. For GenProg and...