PMD Results
The following document contains the results of PMD 6.42.0.
Violations By Priority
Priority 3
org/eclipse/aether/connector/basic/ChecksumCalculator.java
| Rule | Violation | Line |
|---|---|---|
| ForLoopShouldBeWhileLoop | This for loop could be simplified to a while loop | 133–147 |
org/eclipse/aether/connector/basic/PartialFile.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 332–335 |
Files
org/eclipse/aether/connector/basic/ChecksumCalculator.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| ForLoopShouldBeWhileLoop | This for loop could be simplified to a while loop | 3 | 133–147 |
org/eclipse/aether/connector/basic/PartialFile.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 332–335 |


