The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MissingSwitchDefault | 1 | |
| OverloadMethodsDeclarationOrder | 1 | ||
| imports | CustomImportOrder
|
64 | |
| indentation | Indentation
|
97 | |
| javadoc | JavadocMethod
|
3 | |
| JavadocParagraph | 8 | ||
| NonEmptyAtclauseDescription | 10 | ||
| modifier | ModifierOrder | 1 | |
| naming | AbbreviationAsWordInName
|
21 | |
LocalVariableName
|
1 | ||
MemberName
|
1 | ||
ParameterName
|
1 | ||
| sizes | LineLength
|
21 | |
| whitespace | EmptyLineSeparator
|
36 | |
| GenericWhitespace | 1 | ||
OperatorWrap
|
1 | ||
WhitespaceAround
|
20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 29 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter' import. | 15 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter'should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'import' should be separated from previous statement. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter'should be separated from previous import group. | 11 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 130 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '51'. | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter'should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 14 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 59 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 16, 20. | 65 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 67 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 68 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. | 69 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 70 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. | 71 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 72 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. | 73 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 75 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 16, 20. | 76 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 12, 16. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter' import. | 18 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 28 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 44 | |
| naming | ParameterName | Parameter name 'JsonWriter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 53 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 55 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 69 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 74 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 89 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 83 | |
| modifier | ModifierOrder | '@Nonnull' annotation modifier does not preceed non-annotation modifiers. | 92 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 22 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 27 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 122 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 123 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 125 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 126 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 128 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 131 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 132 | |
| indentation | Indentation | 'method call' 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 | 'case' child have incorrect indentation level 8, expected level should be 12. | 134 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 135 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 135 | |
| indentation | Indentation | 'while' have incorrect indentation level 12, expected level should be 16. | 136 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 137 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 138 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 138 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 139 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 140 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 20, expected level should be 24. | 140 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 141 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 141 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 142 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 12, expected level should be 16. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 144 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 145 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 147 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 16. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 148 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 156 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 156 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 157 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 158 | |
| indentation | Indentation | 'while' have incorrect indentation level 12, expected level should be 16. | 159 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 20. | 160 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 160 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 16, expected level should be 20. | 161 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 161 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 162 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 163 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 164 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 20. | 165 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 165 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 20. | 166 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 166 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 20. | 167 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 167 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 170 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 20. | 171 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 171 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 20. | 173 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 173 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 176 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 178 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 20. | 180 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 180 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 186 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 187 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 187 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 188 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 189 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 189 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 190 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 20. | 191 | |
| indentation | Indentation | 'while' child have incorrect indentation level 16, expected level should be 20. | 191 | |
| indentation | Indentation | 'while rcurly' 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. | 193 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 193 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 194 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 195 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 196 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 197 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 198 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 199 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 331 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter'should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter'should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter'should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter' import. | 19 | |
| naming | MemberName | Member name 'qNameToKeys' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter'should be separated from previous import group. | 11 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 19 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 15 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.stream.SchemaAwareNormalizedNodeStreamWriter'should be separated from previous import group. | 11 |