René Just
René Just
There are some classifications based on structure and syntax (e.g., [here](https://bitbucket.org/rjust/fault-localization-data/src/master/d4j_integration/README.md)). You can also find various dissections of the data set (see top-level README). While NPEs are fairly unambiguous and...
Hi @neelofarhassan, Currently, Defects4J does not provide a flag for fine-grained operator selection. Maybe Defects4J's mutation commands should also provide a flag for providing an mml file as input? That...
Can you please provide all commands necessary to reproduce this issue (presumably starting with defects4j checkout)? Thanks, René
Hi @SalmaMessaoudi, You can see all program output by enabling the debugging mode (`export D4J_DEBUG=true`). If you want to capture the program output in a file, you can add another...
Hi @SteGaff7, Thanks for setting up this PR! Can you please remove the libraries from the PR and download/initialize external tools and required dependencies in the init.sh script (e.g., similar...
Hi @kevinGit777, What's the output of the following three commands in your environment: * `java -version` * `echo $JAVA_HOME` * `locale` Thanks, René
I can reproduce the issue when explicitly changing the encoding to ASCII (i.e., changing the build file to use the `encoding` attribute for the javac task. Is it possible that...
Hi @jose, While D4J ships its own version of Ant (as part of the Major mutation framework), a system installation will take precedence. This is something we changed for version...
I was also able to reproduce this. Seems like a backward-compatibility issue (Java 7 vs. Java 8). We are about to update Major in Defects4J; I'll test the newer Major...
Thanks for reporting this. Yes, Defects4J puts [JUnit 4.11](https://github.com/rjust/defects4j/tree/master/framework/projects/lib) on the classpath by default. We will look into exporting the correct classpath. As a workaround you can append JUnit 4.11...