Skip to content

mujava++ 1.2 bug fixes and no longer moving mutants around

Choose a tag to compare

@saiema saiema released this 10 Aug 15:16
· 229 commits to master since this release

Changelog:

  • Index out of bounds when generating PRVO mutants
  • Mutants class files no longer need to be moved in order to reload the mutated class

Libraries required

commons-configuration-1.10
commons-lang-2.6
commons-logging-1.1.1
guava-16.0.1
javassist
reflections-0.9.9-RC1.jar
junit 4.11.0
Main class for terminal use is mujava.app.Console

Basic usage

java -cp paths to libraries:path to original bin directory[:path to tests bin directory] mujava.app.Console [path to .properties file]

If no path is provided for a .properties file, muJava++ will use default.properties file in the working directory.

Note: to use console arguments use --args as first argument, with --args -H all valid arguments will be shown.