PMD Results
The following document contains the results of PMD 5.0.2.
Files
randomunit/LogStrategy.java
Violation | Line |
---|
Avoid unused imports such as 'java.lang.reflect.Method' | 3 |
randomunit/RandomizedTestCase.java
Violation | Line |
---|
These nested if statements could be combined | 397 - 401 |
Avoid unused local variables such as 'pool'. | 524 |
randomunit/SimpleLogStrategy.java
Violation | Line |
---|
Avoid unused imports such as 'java.lang.reflect.Method' | 3 |
randomunit/TestFailedException.java
Violation | Line |
---|
Avoid unused imports such as 'java.util.List' | 3 |
Avoid unused constructor parameters such as 'attempedExecution'. | 14 |