PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/eclipse/aether/transport/apache/ApacheTransporter.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 19–865 |
UnusedFormalParameter | Avoid unused method parameters such as 'httpContext'. | 828 |
Priority 4
org/eclipse/aether/transport/apache/ApacheTransporter.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 480 |
UselessParentheses | Useless parentheses. | 632 |
UselessParentheses | Useless parentheses. | 808–809 |
Files
org/eclipse/aether/transport/apache/ApacheTransporter.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–865 |
UselessParentheses | Useless parentheses. | 4 | 480 |
UselessParentheses | Useless parentheses. | 4 | 632 |
UselessParentheses | Useless parentheses. | 4 | 808–809 |
UnusedFormalParameter | Avoid unused method parameters such as 'httpContext'. | 3 | 828 |