PMD Results

The following document contains the results of PMD.

Summary

Files Errors
5 9

Files

Files Violations
no/sintef/clix/ClixEngine.java 2
no/sintef/clix/functions/Helper.java 1
no/sintef/clix/functions/Selector.java 2
no/sintef/clix/ClixEngineTest.java 3
no/sintef/clix/jaxen/TokenizeTest.java 1

no/sintef/clix/ClixEngine.java

Violation Line
Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead. 105
Avoid unused private methods such as 'genReport' 198

no/sintef/clix/functions/Helper.java

Violation Line
Avoid empty catch blocks 155

no/sintef/clix/functions/Selector.java

Violation Line
Avoid unused imports such as 'org.w3c.dom.NodeList' 37
Avoid empty 'if' statements 88

no/sintef/clix/ClixEngineTest.java

Violation Line
Avoid unused imports such as 'java.util.Iterator' 5
No need to import a type that's in the same package 9
No need to import a type that's in the same package 10

no/sintef/clix/jaxen/TokenizeTest.java

Violation Line
Avoid unused imports such as 'javax.xml.parsers.ParserConfigurationException' 69