Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 64 | 0 | 0 | 14 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | UnusedImports
|
3 | |
| javadoc | JavadocVariable
|
9 | |
| sizes | LineLength
|
1 | |
| whitespace | NoWhitespaceBefore | 1 |
Details
org/forgerock/selfservice/stages/kba/AbstractKbaStage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/forgerock/selfservice/stages/kba/SecurityAnswerDefinitionConfigTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.fasterxml.jackson.databind.cfg.MapperBuilder. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 38 |
org/forgerock/selfservice/stages/kba/SecurityAnswerVerificationStageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.mockito.ArgumentMatchers.isNull. | 34 |
org/forgerock/selfservice/stages/reset/ResetStageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 132 |
org/forgerock/selfservice/stages/user/UserQueryStageTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.mockito.ArgumentMatchers.isNull. | 31 |

