PMD Results
The following document contains the results of PMD 4.2.2.
Files
org/apache/maven/plugin/assembly/archive/ManifestCreationFinalizer.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 131 - 133 |
| Avoid empty catch blocks | 134 - 136 |
org/apache/maven/plugin/assembly/archive/archiver/AssemblyProxyArchiver.java
| Violation | Line |
|---|
| These nested if statements could be combined | 815 - 836 |
org/apache/maven/plugin/assembly/io/DefaultAssemblyReader.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.maven.plugin.MojoExecutionException' | 42 |
| Avoid unused imports such as 'org.apache.maven.plugin.MojoFailureException' | 43 |
org/apache/maven/plugin/assembly/utils/AssemblyFileUtils.java
| Violation | Line |
|---|
| These nested if statements could be combined | 77 - 80 |
| Avoid empty while statements | 210 |