PMD Results
The following document contains the results of PMD 4.3.
Files
org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java
Violation | Line |
---|
Avoid empty catch blocks | 350 - 352 |
Avoid empty catch blocks | 456 - 458 |
Avoid empty catch blocks | 470 - 472 |
org/apache/maven/report/projectinfo/LicenseReport.java
Violation | Line |
---|
Avoid empty if statements | 421 - 423 |
org/apache/maven/report/projectinfo/ProjectSummaryReport.java
Violation | Line |
---|
These nested if statements could be combined | 142 - 147 |
Avoid empty if statements | 188 - 191 |
org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java
Violation | Line |
---|
Avoid unused constructor parameters such as 'repositoryMetadataManager'. | 98 - 113 |
These nested if statements could be combined | 319 - 361 |