PMD Results
The following document contains the results of PMD 4.1.
Files
org/apache/commons/digester3/CallMethodRule.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 1 - 547 |
org/apache/commons/digester3/Digester.java
| Violation | Line |
|---|
| Avoid unused private methods such as 'npeSafeCast(Object)'. | 3168 |
org/apache/commons/digester3/annotations/handlers/AbstractMethodHandler.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 1 - 167 |
org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java
| Violation | Line |
|---|
| Overriding method merely calls super | 50 - 53 |
org/apache/commons/digester3/binder/NodeCreateRuleProvider.java
| Violation | Line |
|---|
| Too many static imports may lead to messy code | 1 - 183 |
org/apache/commons/digester3/plugins/strategies/LoaderFromStream.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 84 - 87 |