The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MultipleVariableDeclarations | 1 | |
| OverloadMethodsDeclarationOrder | 1 | ||
| imports | CustomImportOrder
|
25 | |
| javadoc | JavadocMethod
|
4 | |
| JavadocParagraph | 19 | ||
| JavadocTagContinuationIndentation | 2 | ||
| NonEmptyAtclauseDescription | 7 | ||
| modifier | ModifierOrder | 1 | |
| naming | LocalVariableName
|
1 | |
| sizes | LineLength
|
3 | |
| whitespace | EmptyLineSeparator
|
27 | |
| GenericWhitespace | 1 | ||
WhitespaceAround
|
7 |
| 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 |
| 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 | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 23 |
| 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 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
| 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.codec.InstanceIdentifierCodec' import. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 27 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 70 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 73 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 78 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 84 | |
| modifier | ModifierOrder | '@Nonnull' annotation modifier does not preceed non-annotation modifiers. | 86 |
| 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.common.QName'should be separated from previous import group. | 11 |
| 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 |
| 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. | 12 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '33'. | 51 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| 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 | 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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
| 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 | 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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| 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 |
| 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 |
| 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 |
| 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. | 11 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 24 |
| 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. | 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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 22 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 29 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 37 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 51 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 112 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 159 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 180 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 188 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 189 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 206 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 218 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 231 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 244 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 262 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 312 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 318 |