PMD Results

The following document contains the results of PMD 4.2.5.

Files

org/apache/maven/plugins/shade/pom/MavenJDOMWriter.java

ViolationLine
The null check here is misplaced; if the variable is null therell be a NullPointerException176
The null check here is misplaced; if the variable is null therell be a NullPointerException176

org/apache/maven/plugins/shade/resource/ApacheLicenseResourceTransformer.java

ViolationLine
Avoid unused imports such as 'java.util.HashSet'24
Avoid unused imports such as 'java.util.Set'26