The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
8 | |
| coding | EqualsHashCode | 2 | |
| OverloadMethodsDeclarationOrder | 2 | ||
| VariableDeclarationUsageDistance | 8 | ||
| imports | CustomImportOrder
|
9 | |
| indentation | Indentation
|
93 | |
| javadoc | JavadocParagraph
|
83 | |
JavadocStyle
|
30 | ||
| JavadocTagContinuationIndentation | 2 | ||
| modifier | ModifierOrder | 1 | |
| RedundantModifier | 7 | ||
| naming | LocalVariableName
|
3 | |
ParameterName
|
14 | ||
| sizes | LineLength
|
79 | |
| whitespace | EmptyLineSeparator
|
5 | |
| GenericWhitespace | 2 | ||
| MethodParamPad | 2 | ||
OperatorWrap
|
1 | ||
WhitespaceAround
|
7 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 22 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 23 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 24 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 25 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 26 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 27 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 28 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 29 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 30 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 31 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 32 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 33 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 34 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 35 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 43 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Empty catch block. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '29'. | 49 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Empty catch block. | 57 | |
| blocks | EmptyBlock | Empty catch block. | 63 | |
| blocks | EmptyBlock | Empty catch block. | 69 | |
| blocks | EmptyBlock | Empty catch block. | 75 | |
| blocks | EmptyBlock | Empty catch block. | 81 | |
| blocks | EmptyBlock | Empty catch block. | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 114 | |
| blocks | EmptyBlock | Empty catch block. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 95 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 216 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '173'. | 318 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 342 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 342 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 362 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 374 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 377 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 380 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 383 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 396 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 416 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 432 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 546 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 610 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 631 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 633 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 654 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 655 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 666 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 686 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 704 | |
| naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 715 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 729 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 729 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 750 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 768 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 768 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 769 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 26 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 73 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'id3' 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 74 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'id4' declaration and its first usage is 5, 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). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 122 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'id3' declaration and its first usage is 5, 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). | 123 | |
| naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 142 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 155 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'id4' 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). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 156 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'node3' declaration and its first usage is 5, 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). | 308 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 324 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 324 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'node3' 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). | 336 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'node4' declaration and its first usage is 10, 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). | 337 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'node5' declaration and its first usage is 7, 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). | 338 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 12 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 14 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 | |
| whitespace | EmptyLineSeparator | 'INTERFACE_DEF' should be separated from previous statement. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 30 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 36 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.annotations.Beta' should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 77 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 12 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 163). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 463). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 428). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 247). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 225). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 249). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 234). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 233). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 161). | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 17 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 93 | |
| 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. | 120 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 122 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 146 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 187 | |
| 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. | 279 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 307 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 342 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 369 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.annotations.Beta' should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 73 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 31 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 38 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 39 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 40 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 41 | |
| indentation | Indentation | 'do..while' have incorrect indentation level 12, expected level should be 16. | 44 | |
| indentation | Indentation | 'do..while' child have incorrect indentation level 16, expected level should be 20. | 45 | |
| indentation | Indentation | 'do..while rcurly' have incorrect indentation level 12, expected level should be 16. | 46 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 47 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 48 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 50 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 53 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 55 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 66 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 121 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 122 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 123 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 125 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 126 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 127 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 130 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 133 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 134 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 136 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 138 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 34 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 54 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 58 | |
| indentation | Indentation | 'do..while' have incorrect indentation level 12, expected level should be 16. | 59 | |
| indentation | Indentation | 'do..while' child have incorrect indentation level 16, expected level should be 20. | 60 | |
| indentation | Indentation | 'do..while rcurly' have incorrect indentation level 12, expected level should be 16. | 61 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 62 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 63 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 64 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 66 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 68 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 70 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 71 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 111 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 112 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 113 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 114 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 116 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 117 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 120 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 124 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 70 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 71 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 72 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode'. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier'. | 12 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 41 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 43 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 56 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument'. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Map' should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 18 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 11 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 36 | |
| 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. | 42 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |