PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 2
org/eclipse/aether/transport/jetty/JettyTransporter.java
Rule | Violation | Line |
---|---|---|
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 219 |
Priority 4
org/eclipse/aether/transport/jetty/JettyTransporter.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 232 |
Files
org/eclipse/aether/transport/jetty/JettyTransporter.java
Rule | Violation | Priority | Line |
---|---|---|---|
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 2 | 219 |
UselessParentheses | Useless parentheses. | 4 | 232 |