PMD Results
The following document contains the results of PMD 4.3.
Files
org/apache/maven/plugins/enforcer/AbstractVersionEnforcer.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.maven.plugin.MojoExecutionException' | 30 |
org/apache/maven/plugins/enforcer/RequireNoRepositories.java
| Violation | Line |
|---|
| These nested if statements could be combined | 181 - 188 |
org/apache/maven/plugins/enforcer/RequirePluginVersions.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 530 - 532 |
| Avoid empty catch blocks | 533 - 535 |
org/apache/maven/plugins/enforcer/utils/ArtifactMatcher.java
| Violation | Line |
|---|
| These nested if statements could be combined | 97 - 102 |
org/apache/maven/plugins/enforcer/utils/DependencyVersionMap.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.maven.artifact.ArtifactUtils' | 27 |
| Avoid unused private fields such as 'log'. | 35 |