defects4j icon indicating copy to clipboard operation
defects4j copied to clipboard

Add a command-line flag to the mutation command to support killmap computation

Open rjust opened this issue 5 years ago • 0 comments

In Defects4J, Major is configured to determine all killed mutants and to compute the mutation score; Major does not compute a killmap by default. Computing a killmap, however, is required for a number of research projects.

The current solution for enabling the killmap computation is to adapt the defects4j.build.xml.

The defects4j mutation command should support a new flag (-K) that allows a user to easily compute a killmap without changing the build file.

rjust avatar Jun 04 '19 10:06 rjust