PMD Results
The following document contains the results of PMD 4.2.2.
Files
org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java
| Violation | Line | 
|---|
| Avoid empty catch blocks | 362 - 364 | 
| Avoid empty catch blocks | 468 - 470 | 
| Avoid empty catch blocks | 482 - 484 | 
org/apache/maven/report/projectinfo/DependenciesReport.java
| Violation | Line | 
|---|
| Avoid unused imports such as 'java.util.List' | 28 | 
| Avoid unused imports such as 'org.apache.maven.artifact.repository.ArtifactRepository' | 35 | 
org/apache/maven/report/projectinfo/DependencyManagementReport.java
| Violation | Line | 
|---|
| Avoid unused imports such as 'java.util.List' | 22 | 
| Avoid unused imports such as 'org.apache.maven.artifact.repository.ArtifactRepository' | 28 | 
org/apache/maven/report/projectinfo/LicenseReport.java
| Violation | Line | 
|---|
| Avoid empty if statements | 391 - 393 | 
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 |