Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.0.2.

Files

randomunit/LogStrategy.java

ViolationLine
Avoid unused imports such as 'java.lang.reflect.Method'3

randomunit/RandomizedTestCase.java

ViolationLine
These nested if statements could be combined397 - 401
Avoid unused local variables such as 'pool'.524

randomunit/SimpleLogStrategy.java

ViolationLine
Avoid unused imports such as 'java.lang.reflect.Method'3

randomunit/TestFailedException.java

ViolationLine
Avoid unused imports such as 'java.util.List'3
Avoid unused constructor parameters such as 'attempedExecution'.14