PMD Results

The following document contains the results of PMD 4.1.

Files

org/apache/commons/digester3/CallMethodRule.java

ViolationLine
Too many static imports may lead to messy code1 - 547

org/apache/commons/digester3/Digester.java

ViolationLine
Avoid unused private methods such as 'npeSafeCast(Object)'.3168

org/apache/commons/digester3/annotations/handlers/AbstractMethodHandler.java

ViolationLine
Too many static imports may lead to messy code1 - 167

org/apache/commons/digester3/binder/AbstractNamespaceURIBasedRulesModule.java

ViolationLine
Overriding method merely calls super50 - 53

org/apache/commons/digester3/binder/NodeCreateRuleProvider.java

ViolationLine
Too many static imports may lead to messy code1 - 183

org/apache/commons/digester3/plugins/strategies/LoaderFromStream.java

ViolationLine
Avoid empty catch blocks84 - 87