PMD Results
The following document contains the results of PMD 7.14.0.
Violations By Priority
Priority 3
org/forgerock/selfservice/stages/email/VerifyEmailAccountStage.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 17–195 |
org/forgerock/selfservice/stages/kba/SecurityAnswerDefinitionStage.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 17–146 |
org/forgerock/selfservice/stages/user/EmailUsernameStage.java
| Rule | Violation | Line |
|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 16–116 |
Files
org/forgerock/selfservice/stages/email/VerifyEmailAccountStage.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 17–195 |
org/forgerock/selfservice/stages/kba/SecurityAnswerDefinitionStage.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 17–146 |
org/forgerock/selfservice/stages/user/EmailUsernameStage.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| TooManyStaticImports | Too many static imports may lead to messy code | 3 | 16–116 |

