PMD Results
The following document contains the results of PMD 4.2.2.
Files
org/apache/maven/plugin/ear/ApplicationXmlWriter.java
Violation |
Line |
Avoid unused imports such as 'java.io.File' |
24 |
Avoid unused imports such as 'java.util.List' |
27 |
org/apache/maven/plugin/ear/EjbClientModule.java
Violation |
Line |
Avoid unused imports such as 'org.codehaus.plexus.util.xml.XMLWriter' |
23 |
org/apache/maven/plugin/ear/JbossAppXmlWriter.java
Violation |
Line |
These nested if statements could be combined |
87 - 92 |
These nested if statements could be combined |
99 - 104 |