1.1.1 HotFix
Changelog:
- Fixed a NullPointerException in PRVO
- NPER_Writer was replacing a Statement with a StatementList instead of just the contents of the list
- mutation score considering only compiling mutants is now also reported
- Less amount of junit threads are kept alive after running each test
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.