PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
org/eclipse/aether/internal/test/util/http/HttpServer.java
| Rule | Violation | Line |
|---|---|---|
| UnusedFormalParameter | Avoid unused method parameters such as 'request'. | 633 |
org/eclipse/aether/internal/test/util/http/HttpTransporterTest.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 19–1576 |
| EmptyControlStatement | Empty initializer statement | 105–108 |
Priority 4
org/eclipse/aether/internal/test/util/http/HttpServer.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.eclipse.jetty.http': 'HttpURI' is already in scope because it is imported in this file | 443 |
Files
org/eclipse/aether/internal/test/util/http/HttpServer.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.eclipse.jetty.http': 'HttpURI' is already in scope because it is imported in this file | 4 | 443 |
| UnusedFormalParameter | Avoid unused method parameters such as 'request'. | 3 | 633 |
org/eclipse/aether/internal/test/util/http/HttpTransporterTest.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 19–1576 |
| EmptyControlStatement | Empty initializer statement | 3 | 105–108 |


