PMD Results
The following document contains the results of PMD 7.14.0.
Violations By Priority
Priority 3
org/forgerock/selfservice/example/ExampleEmailService.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 17–161 |
Priority 4
org/forgerock/selfservice/example/ExampleSelfServiceApplication.java
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Resources': 'newInternalConnectionFactory' is already in scope | 101 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Resources': 'newInternalConnectionFactory' is already in scope | 117 |
Files
org/forgerock/selfservice/example/ExampleEmailService.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 17–161 |
org/forgerock/selfservice/example/ExampleSelfServiceApplication.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Resources': 'newInternalConnectionFactory' is already in scope | 4 | 101 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'Resources': 'newInternalConnectionFactory' is already in scope | 4 | 117 |