Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 156 | 0 | 0 | 157 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| design | FinalClass | 2 | |
| indentation | Indentation
|
47 | |
| javadoc | JavadocMethod
|
68 | |
JavadocType
|
1 | ||
JavadocVariable
|
1 | ||
| sizes | LineLength
|
3 | |
| whitespace | MethodParamPad | 27 | |
| NoWhitespaceBefore | 1 | ||
| OperatorWrap | 6 | ||
| WhitespaceAfter | 1 |
Details
org/forgerock/api/JavascriptTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 12. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 |
org/forgerock/api/annotations/Action.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 52 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 54 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 58 |
org/forgerock/api/annotations/Actions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 35 |
org/forgerock/api/annotations/AdditionalProperties.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 54 |
org/forgerock/api/annotations/ApiError.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 27 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 29 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 31 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 |
org/forgerock/api/annotations/CollectionProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 55 |
org/forgerock/api/annotations/Create.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 51 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
org/forgerock/api/annotations/Default.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 |
org/forgerock/api/annotations/Delete.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 |
org/forgerock/api/annotations/Description.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 35 |
org/forgerock/api/annotations/EnumTitle.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 34 |
org/forgerock/api/annotations/Example.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 34 |
org/forgerock/api/annotations/Format.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 |
org/forgerock/api/annotations/Handler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 59 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 62 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 65 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 71 |
org/forgerock/api/annotations/MultipleOf.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 |
org/forgerock/api/annotations/Operation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 30 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 32 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 38 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 40 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 42 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 44 |
org/forgerock/api/annotations/Parameter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 26 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 28 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 30 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 32 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 34 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 36 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 38 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 40 |
org/forgerock/api/annotations/Patch.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 56 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 58 |
org/forgerock/api/annotations/Path.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 76 |
org/forgerock/api/annotations/PropertyOrder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 34 |
org/forgerock/api/annotations/PropertyPolicies.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 36 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 47 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 |
org/forgerock/api/annotations/Queries.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 34 |
org/forgerock/api/annotations/Query.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 55 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 57 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 63 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 68 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 70 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 72 |
org/forgerock/api/annotations/Read.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 |
org/forgerock/api/annotations/ReadOnly.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 |
org/forgerock/api/annotations/RequestHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 |
org/forgerock/api/annotations/Schema.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 37 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 39 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 45 |
org/forgerock/api/annotations/SingletonProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 46 |
org/forgerock/api/annotations/Title.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 |
org/forgerock/api/annotations/UniqueItems.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 |
org/forgerock/api/annotations/Update.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
org/forgerock/api/commons/CommonsApi.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 117 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 125 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 127 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 129 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 131 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 133 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 135 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 139 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 141 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 143 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 145 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 147 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 149 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 151 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 153 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 155 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 157 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 159 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 163 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 165 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 167 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 169 |
org/forgerock/api/commons/frapiCommons.properties
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 41 |
org/forgerock/api/jackson/EnumSchema.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |
org/forgerock/api/models/ApiError.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ErrorComparator should be declared as final. | 246 |
org/forgerock/api/models/Definitions.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 132 |
org/forgerock/api/models/Errors.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 133 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 138 | |
| design | FinalClass | Class ErrorEntryComparator should be declared as final. | 163 |
org/forgerock/api/models/Operation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 144 |
org/forgerock/api/models/ResourceTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 290 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 292 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 294 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 297 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 479 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 481 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 485 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 502 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 504 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 508 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 16, expected level should be 12. | 525 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 529 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 531 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 535 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 16, expected level should be 12. | 545 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 549 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 551 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 555 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 671 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 673 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 677 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 696 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 698 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 32, expected level should be 28. | 702 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 16, expected level should be 12. | 723 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 727 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 729 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 733 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 16, expected level should be 12. | 746 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 750 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 752 | |
| indentation | Indentation | 'annotation array initialization' child has incorrect indentation level 40, expected level should be 36. | 756 |
org/forgerock/api/models/Services.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 127 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 132 |
org/forgerock/api/transform/OpenApiTransformer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 24, expected level should be one of the following: 28, 32. | 1311 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 28, expected level should be one of the following: 32, 36. | 1314 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 28, expected level should be one of the following: 32, 36. | 1316 | |
| indentation | Indentation | 'if' has incorrect indentation level 28, expected level should be one of the following: 32, 36. | 1318 | |
| indentation | Indentation | 'if' has incorrect indentation level 32, expected level should be one of the following: 36, 40. | 1319 | |
| indentation | Indentation | 'if' child has incorrect indentation level 36, expected level should be one of the following: 40, 44. | 1320 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 36, 40. | 1321 | |
| indentation | Indentation | 'if' child has incorrect indentation level 32, expected level should be one of the following: 36, 40. | 1322 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 28, expected level should be one of the following: 32, 36. | 1323 | |
| indentation | Indentation | 'if' has incorrect indentation level 28, expected level should be one of the following: 32, 36. | 1324 | |
| indentation | Indentation | 'if' child has incorrect indentation level 32, expected level should be one of the following: 36, 40. | 1325 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 28, expected level should be one of the following: 32, 36. | 1326 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 28, expected level should be one of the following: 32, 36. | 1327 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 24, expected level should be one of the following: 28, 32. | 1328 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 20, expected level should be one of the following: 24, 28. | 1329 |

