PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/maven/plugins/shade/pom/MavenJDOMWriter.java
Violation | Line |
---|
The null check here is misplaced; if the variable is null therell be a NullPointerException | 176 |
The null check here is misplaced; if the variable is null therell be a NullPointerException | 176 |
org/apache/maven/plugins/shade/resource/ApacheLicenseResourceTransformer.java
Violation | Line |
---|
Avoid unused imports such as 'java.util.HashSet' | 24 |
Avoid unused imports such as 'java.util.Set' | 26 |