PMD Results
The following document contains the results of PMD 4.3.
Files
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/archive/ManifestCreationFinalizer.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 136 - 138 |
| Avoid empty catch blocks | 139 - 141 |
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 | 78 - 81 |
| Avoid empty while statements | 219 |