PMD Results
The following document contains the results of PMD 5.0.5.
Files
org/apache/maven/report/projectinfo/MailingListsReport.java
| Violation |
Line |
| Avoid unused private fields such as 'EMPTY_STRING_ARRAY'. |
108 |
org/apache/maven/report/projectinfo/ProjectSummaryReport.java
| Violation |
Line |
| These nested if statements could be combined |
146–151 |
org/apache/maven/report/projectinfo/TeamListReport.java
| Violation |
Line |
| Avoid unused private fields such as 'log'. |
137 |
| Avoid unused method parameters such as 'rowId'. |
240 |
| Avoid unused method parameters such as 'javascript'. |
241 |
| Avoid unused local variables such as 'type'. |
263 |
| Avoid unused method parameters such as 'image'. |
445 |
| Avoid unused method parameters such as 'actualTime'. |
447 |
org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java
| Violation |
Line |
| Avoid unused constructor parameters such as 'repositoryMetadataManager'. |
102 |
| These nested if statements could be combined |
319–361 |