PMD Results
The following document contains the results of PMD 7.7.0.
Violations By Priority
Priority 3
org/apache/creadur/whisker/out/velocity/LoggingVelocityEngine.java
Rule | Violation | Line |
---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'LOGGER'. | 37 |
org/apache/creadur/whisker/out/velocity/VelocityReports.java
Rule | Violation | Line |
---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'LOGGER'. | 43 |
Files
org/apache/creadur/whisker/out/velocity/LoggingVelocityEngine.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'LOGGER'. | 3 | 37 |
org/apache/creadur/whisker/out/velocity/VelocityReports.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'LOGGER'. | 3 | 43 |