PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/archiver/MavenArchiver.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 411–416 |
EmptyControlStatement | Empty if statement | 592–596 |
CollapsibleIfStatements | This if statement could be combined with its parent | 600–602 |
CollapsibleIfStatements | This if statement could be combined with its parent | 647–649 |
Files
org/apache/maven/archiver/MavenArchiver.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 411–416 |
EmptyControlStatement | Empty if statement | 3 | 592–596 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 600–602 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 647–649 |