PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/shared/archiver/MavenArchiver.java
| Rule | Violation | Line |
|---|---|---|
| EmptyControlStatement | Empty if statement | 562–566 |
| CollapsibleIfStatements | This if statement could be combined with its parent | 569–571 |
Files
org/apache/maven/shared/archiver/MavenArchiver.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyControlStatement | Empty if statement | 3 | 562–566 |
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 569–571 |


