PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
1319

Files

FilesViolations
org/jaxen/JaxenException.java 1
org/jaxen/dom/NamespaceNode.java 2
org/jaxen/dom4j/DocumentNavigator.java 2
org/jaxen/expr/DefaultEqualsExpr.java 1
org/jaxen/expr/DefaultNameStep.java 1
org/jaxen/expr/DefaultNotEqualsExpr.java 1
org/jaxen/expr/DefaultStep.java 1
org/jaxen/javabean/DocumentNavigator.java 2
org/jaxen/jdom/DocumentNavigator.java 4
org/jaxen/pattern/LocationPathPattern.java 1
org/jaxen/saxpath/SAXPathException.java 1
org/jaxen/saxpath/helpers/XPathReaderFactory.java 1
org/jaxen/xom/DocumentNavigator.java 1

org/jaxen/JaxenException.java

ViolationLine
Avoid empty catch blocks 84

org/jaxen/dom/NamespaceNode.java

ViolationLine
Avoid unused private methods such as 'hashCode' 567
Avoid unused private methods such as 'equals' 581

org/jaxen/dom4j/DocumentNavigator.java

ViolationLine
Avoid unused private fields such as 'instance' 115
These nested if statements could be combined 250

org/jaxen/expr/DefaultEqualsExpr.java

ViolationLine
These nested if statements could be combined 89

org/jaxen/expr/DefaultNameStep.java

ViolationLine
These nested if statements could be combined 284

org/jaxen/expr/DefaultNotEqualsExpr.java

ViolationLine
These nested if statements could be combined 90

org/jaxen/expr/DefaultStep.java

ViolationLine
These nested if statements could be combined 171

org/jaxen/javabean/DocumentNavigator.java

ViolationLine
Avoid empty catch blocks 235
Avoid empty catch blocks 239

org/jaxen/jdom/DocumentNavigator.java

ViolationLine
Avoid unused private fields such as 'instance' 108
These nested if statements could be combined 231
These nested if statements could be combined 259
These nested if statements could be combined 298

org/jaxen/pattern/LocationPathPattern.java

ViolationLine
These nested if statements could be combined 127

org/jaxen/saxpath/SAXPathException.java

ViolationLine
Avoid empty catch blocks 82

org/jaxen/saxpath/helpers/XPathReaderFactory.java

ViolationLine
Avoid empty catch blocks 111

org/jaxen/xom/DocumentNavigator.java

ViolationLine
Avoid empty 'if' statements 311