PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/maven/archiver/MavenArchiver.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 411–416 |
EmptyControlStatement | Empty if statement | 607–611 |
CollapsibleIfStatements | These nested if statements could be combined | 615–617 |
CollapsibleIfStatements | These nested if statements could be combined | 662–664 |
Files
org/apache/maven/archiver/MavenArchiver.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 411–416 |
EmptyControlStatement | Empty if statement | 3 | 607–611 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 615–617 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 662–664 |