The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | FallThrough | 1 | |
| MissingSwitchDefault | 2 | ||
| VariableDeclarationUsageDistance | 4 | ||
| imports | CustomImportOrder
|
22 | |
| indentation | Indentation
|
74 | |
| javadoc | JavadocParagraph
|
19 | |
JavadocStyle
|
9 | ||
| NonEmptyAtclauseDescription | 11 | ||
| modifier | RedundantModifier | 1 | |
| naming | LocalVariableName
|
2 | |
ParameterName
|
1 | ||
| sizes | LineLength
|
25 | |
| whitespace | EmptyLineSeparator
|
1 | |
| GenericWhitespace | 1 | ||
SeparatorWrap
|
4 | ||
SeparatorWrap
|
4 | ||
WhitespaceAround
|
18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | SeparatorWrap | '.' should be on a new line. | 89 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 13 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'ref4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 61 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'value4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 72 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'set4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 55 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 16, 20. | 61 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 63 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 64 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. | 65 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 66 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. | 67 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 68 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. | 69 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 70 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 71 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 16, 20. | 72 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 12, 16. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 62 | |
| naming | ParameterName | Parameter name 'JsonWriter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 71 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 73 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 87 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 92 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 137). | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 122 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 154 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 175 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 176 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 177 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 178 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 179 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 180 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 181 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 182 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 183 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 185 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 186 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 187 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 188 | |
| indentation | Indentation | 'while' have incorrect indentation level 12, expected level should be 16. | 189 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 191 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 192 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 193 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 194 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 195 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 12, expected level should be 16. | 196 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 197 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 198 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 199 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 200 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 201 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 209 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 210 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 211 | |
| indentation | Indentation | 'while' have incorrect indentation level 12, expected level should be 16. | 212 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 213 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 214 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 215 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 216 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 217 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 218 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 219 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 220 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 221 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 223 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 224 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 227 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 228 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 229 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 231 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 233 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 234 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 235 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 236 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 237 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 238 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 239 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 12, expected level should be 16. | 240 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 241 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 242 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 243 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 244 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 245 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 246 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 247 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 314 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 314 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 314 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 314 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 316 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 364 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.collect.Sets' should be separated from previous import group. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 39 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 88 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 108 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 126 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 131 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 142 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 144 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 175 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 177 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.collect.Sets' should be separated from previous import group. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 221 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 224 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 264 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 267 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 269 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 278 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 310 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 312 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 314 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 19 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.gson.stream.JsonReader' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.StringReader' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.StringWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.BeforeClass' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Ignore' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.impl.schema.NormalizedNodeResult' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.SchemaContext' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 100 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.gson.JsonArray' should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: '<' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | WhitespaceAround: '<' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'choc11_c11AugmentBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 | |
| naming | LocalVariableName | Local variable name 'choc11_c11AugmentBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'lst11' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 242 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 257 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 283 |