PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/maven/archiva/consumers/core/AutoRemoveConsumer.java
Violation | Line |
---|
Avoid unused imports such as 'org.apache.commons.collections.CollectionUtils' | 22 |
Avoid unused imports such as 'org.apache.commons.lang.StringUtils' | 23 |
org/apache/maven/archiva/consumers/core/repository/CleanupReleasedSnapshotsRepositoryPurge.java
Violation | Line |
---|
Avoid empty catch blocks | 128 - 131 |
Avoid empty catch blocks | 132 - 135 |
Avoid empty catch blocks | 217 - 220 |
Avoid empty catch blocks | 221 - 224 |
Avoid empty catch blocks | 225 - 228 |
Avoid empty catch blocks | 229 - 232 |
Avoid empty catch blocks | 238 - 241 |
Avoid empty catch blocks | 242 - 245 |
Avoid empty catch blocks | 246 - 249 |
Avoid empty catch blocks | 250 - 253 |
org/apache/maven/archiva/consumers/core/repository/RetentionCountRepositoryPurge.java
Violation | Line |
---|
Avoid empty catch blocks | 101 - 105 |
Avoid empty catch blocks | 123 - 127 |