Skip to content

muJava++ 1.8 dynamic mutant subsumption analysis

Choose a tag to compare

@saiema saiema released this 16 May 22:09
· 23 commits to master since this release

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.