Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 116 | 0 | 0 | 9 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | FinalClass | 1 | |
| indentation | Indentation
|
1 | |
| javadoc | JavadocVariable
|
7 |
Details
org/forgerock/audit/events/StateChangeAuditEventBuilder.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 |
org/forgerock/audit/events/handlers/writers/AsynchronousTextWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class WriterTask should be declared as final. | 89 |
org/forgerock/audit/events/handlers/writers/RotatableWriter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 12. | 408 |

