-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArrayIndexOutOfBoundsException on TestDetector #239
Comments
Hi @jose , I see two issues with that command:
Let me know if you need anything else :) |
Thanks @andre15silva. Regarding the |
Hi @jose , Sorry for the late response, this got buried after summer. You are correct, I had forgotten that we actually computed these for the experiment. They are retrieved from a standard Defects4J run, which generates two files: Script to compute fully qualified test method names: Results: We then use these baselines to set the tests method names for both Flacoco and Gzoltar through Astor. |
Hi @andre15silva,
I've just tried flacoco on Csv-10 from the Defects4J benchmark and it fails on my machine. Here's the command to reproduce this issue:
which throws the following exception:
$ javac -version javac 1.8.0_292 $ java -version openjdk version "1.8.0_292" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_292-b10) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.292-b10, mixed mode)
The text was updated successfully, but these errors were encountered: