PMD Results
The following document contains the results of PMD 7.14.0.
Violations By Priority
Priority 3
org/forgerock/http/example/DescribedOauth2Endpoint.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 17–233 |
Priority 4
org/forgerock/http/example/DescribedOauth2Endpoint.java
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Status': 'UNAUTHORIZED' is already in scope because it is imported in this file | 193 |
Files
org/forgerock/http/example/DescribedOauth2Endpoint.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 17–233 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Status': 'UNAUTHORIZED' is already in scope because it is imported in this file | 4 | 193 |