PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/apache/maven/artifact/repository/ArtifactRepositoryPolicy.java
| Violation | Line | 
|---|
| Avoid unused imports such as 'java.util.TimeZone' | 24 | 
org/apache/maven/artifact/versioning/ComparableVersion.java
| Violation | Line | 
|---|
| Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 89 | 
org/apache/maven/artifact/versioning/VersionRange.java
| Violation | Line | 
|---|
| These nested if statements could be combined | 113 - 116 | 
| These nested if statements could be combined | 131 - 134 | 
| These nested if statements could be combined | 529 - 532 |