The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | FallThrough | 1 | |
| IllegalCatch | 4 | ||
| MissingSwitchDefault | 2 | ||
| VariableDeclarationUsageDistance | 4 | ||
| imports | CustomImportOrder
|
5 | |
| UnusedImports | 4 | ||
| indentation | Indentation
|
178 | |
| javadoc | JavadocParagraph
|
25 | |
JavadocStyle
|
8 | ||
| NonEmptyAtclauseDescription | 7 | ||
| modifier | RedundantModifier | 5 | |
| naming | LocalVariableName
|
2 | |
| sizes | LineLength
|
15 | |
| whitespace | EmptyLineSeparator
|
1 | |
| GenericWhitespace | 1 | ||
WhitespaceAround
|
15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.net.URISyntaxException'. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group by one line. | 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). | 63 | |
| 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). | 74 | |
| 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). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.base.Stopwatch. | 14 | |
| imports | UnusedImports | Unused import - com.google.common.cache.CacheBuilder. | 15 | |
| imports | UnusedImports | Unused import - com.google.common.cache.CacheLoader. | 16 | |
| imports | UnusedImports | Unused import - com.google.common.cache.LoadingCache. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 48 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 81 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 86 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 124 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 143 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream.ANYXML_ARRAY_ELEMENT_ID' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Node.ELEMENT_NODE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.w3c.dom.Node.TEXT_NODE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| 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. | 99 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 101 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 104 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 122 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 124 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 271 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 273 |
| 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 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 101 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 110 |
| 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). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 180 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 212 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 233 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 234 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 235 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 236 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 237 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 238 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 239 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 240 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 241 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 242 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 243 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 244 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 245 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 246 | |
| indentation | Indentation | 'while' have incorrect indentation level 12, expected level should be 16. | 247 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 248 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 249 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 250 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 251 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 252 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 253 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 12, expected level should be 16. | 254 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 255 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 256 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 257 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 259 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 267 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 268 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 269 | |
| indentation | Indentation | 'while' have incorrect indentation level 12, expected level should be 16. | 270 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 271 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 272 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 273 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 274 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 275 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 276 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 277 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 278 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 279 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 281 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 283 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 285 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 286 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 288 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 290 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 291 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 292 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 293 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 294 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 295 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 12, expected level should be 16. | 296 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 297 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 298 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 299 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 300 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 301 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 302 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 303 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 371 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 371 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 371 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 371 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 371 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 371 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 373 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 40 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 89 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 109 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 114 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 127 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 132 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 143 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 145 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 176 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 178 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 221 |
| 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 |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 72 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 78 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 95 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 16. | 96 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 20. | 97 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 20. | 98 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 16. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 101 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 114 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 117 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 120 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 132 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 134 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 137 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 16. | 138 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 20. | 139 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 20. | 140 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 16. | 141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 143 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 154 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 157 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 164 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 169 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 171 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 172 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 173 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 175 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 176 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 177 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 178 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 179 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 189 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 190 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 191 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 192 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 194 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 195 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 201 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 217 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 218 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 220 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 222 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 223 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 224 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 225 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 227 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 229 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 230 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 231 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 232 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 237 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 240 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 251 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 256 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 257 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 259 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 260 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 261 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 262 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 263 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 264 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 265 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 266 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 267 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 268 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 270 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 271 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 272 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 273 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 274 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 276 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 279 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 281 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 283 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 296 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 297 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 299 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 300 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 301 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 302 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 312 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 313 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 315 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 316 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 318 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 319 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 320 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 321 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 323 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 324 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 326 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 328 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 99 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 85 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 109 |