PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
org/eclipse/aether/transport/apache/ApacheTransporter.java
Priority 4
org/eclipse/aether/transport/apache/ApacheTransporter.java
| Rule |
Violation |
Line |
| UselessParentheses |
Useless parentheses around `serviceUnavailableHttpCodes.contains(response.g...`. |
701–702 |
org/eclipse/aether/transport/apache/SharingHttpContext.java
| Rule |
Violation |
Line |
| UnnecessaryFullyQualifiedName |
Unnecessary qualifier 'HttpClientContext': 'USER_TOKEN' is already in scope because it is inherited by an enclosing type |
39 |
| UnnecessaryFullyQualifiedName |
Unnecessary qualifier 'HttpClientContext': 'USER_TOKEN' is already in scope because it is inherited by an enclosing type |
47 |
| UnnecessaryFullyQualifiedName |
Unnecessary qualifier 'HttpClientContext': 'USER_TOKEN' is already in scope because it is inherited by an enclosing type |
56 |
Files
org/eclipse/aether/transport/apache/ApacheTransporter.java
org/eclipse/aether/transport/apache/SharingHttpContext.java
| Rule |
Violation |
Priority |
Line |
| UnnecessaryFullyQualifiedName |
Unnecessary qualifier 'HttpClientContext': 'USER_TOKEN' is already in scope because it is inherited by an enclosing type |
4 |
39 |
| UnnecessaryFullyQualifiedName |
Unnecessary qualifier 'HttpClientContext': 'USER_TOKEN' is already in scope because it is inherited by an enclosing type |
4 |
47 |
| UnnecessaryFullyQualifiedName |
Unnecessary qualifier 'HttpClientContext': 'USER_TOKEN' is already in scope because it is inherited by an enclosing type |
4 |
56 |