René Just
René Just
Hi @tolskais, Thanks for reporting this! Will will take a closer look at the patch. Best, Rene
The following commands should correspond to your described use case: 1. `defects4j checkout -pLang -v1b -w` -> obtain the buggy version of Lang-1 2. `defects4j compile -w` -> compile the...
I suspect that a live thread is preventing the JVM from properly shutting down -- after the mutation analysis completed successfully. I'll take a look at this. In the meantime,...
Hi @andrewhabib, This is something we are currently looking into. I don't have a timeline, but the goal is to provide javac and java/junit commands to compile the code and...
The classpath export for all projects is fixed in the `export-cp` branch. We will integrate these changes into the main branch for the next release.
Hi @Agambale, Can you please clarify what exactly you are trying to download? The `defects4j checkout` command provides the source code for each project version. Additionally, you can find the...
Thanks for reporting this. It looks like the exported classpath includes invalid entries. The next major release will fix this (for this and other projects). As a workaround, you can...
On Windows, you may need to call the defects4j command using `perl \defects4j`.
@Furqan1990 have you been able to solve this issue on Windows?
Duplicating all meta data for the `.orig` versions seems a bit overkill and would grow the repo even more quickly. Given that most files would be identical for `.min` and...