You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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.
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,
The text was updated successfully, but these errors were encountered: