PMD Results
The following document contains the results of PMD 4.3.
Files
org/apache/maven/plugin/announcement/mailsender/ProjectJavamailMailSender.java
Violation | Line |
---|
Avoid using java.lang.ThreadGroup; it is not thread safe | 94 |
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'. | 72 |
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/jira/ClassicJiraDownloader.java
Violation | Line |
---|
Avoid unused local variables such as 'proxy'. | 332 |
org/apache/maven/plugin/jira/RestJiraDownloader.java
Violation | Line |
---|
Avoid unused method parameters such as 'jiraProject'. | 268 - 340 |
org/apache/maven/plugin/resource/loader/ProjectResourceLoader.java
Violation | Line |
---|
Avoid empty if statements | 218 - 227 |