PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/maven/plugin/changes/ChangesCheckMojo.java
Violation | Line |
---|
Avoid unused imports such as 'java.util.List' | 25 |
Avoid unused private fields such as 'releaseUtils'. | 75 |
org/apache/maven/plugin/changes/ReleaseUtils.java
Violation | Line |
---|
These nested if statements could be combined | 162 - 165 |
org/apache/maven/plugin/issues/IssuesReportGenerator.java
Violation | Line |
---|
Avoid unused method parameters such as 'bundle'. | 165 - 269 |
org/apache/maven/plugin/resource/loader/ProjectResourceLoader.java
Violation | Line |
---|
Avoid empty if statements | 218 - 227 |