Violation | Line |
---|---|
Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead. | 105 |
Avoid unused private methods such as 'genReport' | 198 |
Violation | Line |
---|---|
Avoid unused imports such as 'org.w3c.dom.NodeList' | 37 |
Avoid empty 'if' statements | 88 |
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 |
Violation | Line |
---|---|
Avoid unused imports such as 'javax.xml.parsers.ParserConfigurationException' | 69 |