muJava++ 1.8 dynamic mutant subsumption analysis
This version leaves the usage of class reloading behind, implements Dynamic Mutant Subsumption analysis and fixes several bugs.
To use Dynamic Mutant Subsumption use the following properties:
mutation.advanced.dynamicSubsumption= [true/false] : compute dynamic mutant subsumption
mutation.advanced.dynamicSubsumption.reduceGraph= [true/false] : transitive reduction of the graph (analysis results are otherwise not affected)
mutation.advanced.dynamicSubsumption.output= [output folder] : where to store dynamic subsumption results
This analysis requires running all tests so quick death option is not compatible with this analysis.