PMD Results
The following document contains the results of PMD
Files
org/apache/maven/plugins/release/exec/MavenExecutorException.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'stdErr' | 27 |
| Avoid unused private fields such as 'stdOut' | 29 |
org/apache/maven/plugins/release/phase/AbstractRewritePomsPhase.java
| Violation | Line |
|---|
| These nested if statements could be combined | 432 - 436 |
org/apache/maven/plugins/release/phase/CheckDependencySnapshotsPhase.java
| Violation | Line |
|---|
| These nested if statements could be combined | 82 - 85 |
| These nested if statements could be combined | 111 - 128 |
org/apache/maven/plugins/release/versions/DefaultVersionInfo.java
| Violation | Line |
|---|
| Ensure you override both equals() and hashCode() | 241 |