You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes:
- NPER_Writer was replacing statements with a list of statements instead of add all the statements in the list
Modifications:
- Moved method mujava.app.Console#killStillRunningJUnitTestcaseThreads() to mujava.app.Core as static public method
- Added a call to mujava.app.Console#killStillRunningJUnitTestcaseThreads() after each test
Additions:
- mujava now also reports mutations score based only on compiling mutants
- added a pushComplyType and popComplyType in mujava.op.PRVO#visit(AllocationExpression) before and after the call to unaryVisit
- added a case for ThrowStatement in mujava.op.util.Mutator#getMutationsLeft(ParseTreeObject)
TryStatementtryStatement = createNullPointerExceptionTryStatement(tryStatements, catchStatements, "NPE detected in condition evaluation before if statement");
0 commit comments