PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
org/apache/maven/executor/embedded/EmbeddedMavenExecutor.java
| Rule | Violation | Line |
|---|---|---|
| UnusedPrivateField | Avoid unused private fields such as 'keepAlive'. | 81 |
org/apache/maven/executor/support/ExecutorHelperImpl.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 87–105 |
Files
org/apache/maven/executor/embedded/EmbeddedMavenExecutor.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnusedPrivateField | Avoid unused private fields such as 'keepAlive'. | 3 | 81 |
org/apache/maven/executor/support/ExecutorHelperImpl.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 87–105 |


