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