PMD Results
The following document contains the results of PMD 4.3.
Files
cn/shenyanchao/ut/DebugMain.java
Violation | Line |
---|
Avoid unused private fields such as 'fFlag'. | 39 |
Avoid empty catch blocks | 122 - 124 |
Avoid empty catch blocks | 124 - 126 |
cn/shenyanchao/ut/builder/ClassTypeBuilder.java
Violation | Line |
---|
Avoid empty if statements | 51 - 53 |
cn/shenyanchao/ut/builder/MethodBuilder.java
Violation | Line |
---|
Avoid unused private fields such as 'LOG'. | 25 |
cn/shenyanchao/ut/receiver/ExistTestReceiver.java
Violation | Line |
---|
Avoid unused private fields such as 'LOG'. | 28 |
Avoid unused local variables such as 'methodName'. | 81 |
cn/shenyanchao/ut/receiver/NewTestReceiver.java
Violation | Line |
---|
Avoid unused private fields such as 'LOG'. | 31 |
Avoid unused constructor parameters such as 'javaFile'. | 37 - 39 |
cn/shenyanchao/ut/utils/ClassTools.java
Violation | Line |
---|
Avoid unused private fields such as 'LOG'. | 20 |
These nested if statements could be combined | 46 - 49 |