PMD Results
The following document contains the results of PMD 4.2.5.
Files
org/codehaus/mojo/versions/AbstractVersionsReportRenderer.java
| Violation | Line |
|---|
| Avoid unused local variables such as 'range'. | 610 |
org/codehaus/mojo/versions/api/PomHelper.java
| Violation | Line |
|---|
| Avoid unused method parameters such as 'evaluatedVersionRange'. | 1022 - 1047 |
org/codehaus/mojo/versions/api/UpdateScope.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException' | 22 |
| Overriding method merely calls super | 360 - 363 |
org/codehaus/mojo/versions/DisplayPluginUpdatesMojo.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 262 - 265 |
org/codehaus/mojo/versions/ordering/ComparableVersion.java
| Violation | Line |
|---|
| Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 65 |
org/codehaus/mojo/versions/ordering/MercuryVersionComparator.java
| Violation | Line |
|---|
| Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 37 |
org/codehaus/mojo/versions/ordering/NumericVersionComparator.java
| Violation | Line |
|---|
| Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 38 |
| Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN) | 40 |