rjust/defects4j

Feature request: export full compilation command

Opened this issue · 2 comments

Hi,

It would be nice if one could export the full compilation command of a bug as one of the properties.
I observed that some bugs (e.g., Lang-25, Lang-42, Lang-62) require a specific compilation option (in the aforementioned cases it was -encoding iso-8859-1 ).

In a use case where one tries to analyze/compile only modified (aka buggy) classes, this could be very helpful.

Regards,

rjust commented

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 run the tests.

Best,
René

This will be very very helpful. I look forward to seeing those features :)