PMD Results

The following document contains the results of PMD 4.2.5.

Files

cldcunit/runner/InstrumentedTestCaseHelper.java

ViolationLine
Overriding method merely calls super19 - 21

cldcunit/runner/TestRunner.java

ViolationLine
Avoid empty catch blocks542 - 543

junit/framework/Assert.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.152
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.152