The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | 2 | |
| imports | CustomImportOrder
|
134 | |
| indentation | Indentation
|
106 | |
| javadoc | JavadocMethod
|
16 | |
| JavadocParagraph | 88 | ||
| JavadocTagContinuationIndentation | 2 | ||
| modifier | ModifierOrder | 5 | |
| naming | LocalVariableName
|
2 | |
ParameterName
|
14 | ||
| sizes | LineLength
|
60 | |
| whitespace | EmptyLineSeparator
|
119 | |
| GenericWhitespace | 4 | ||
WhitespaceAround
|
6 |
| 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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 | |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| 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 | 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 |
|---|---|---|---|---|
| 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 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 43 |
| 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. | 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 29 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 30 | |
| 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 | JavadocMethod | Missing a Javadoc comment. | 155 | |
| 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'. | 308 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 332 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 352 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 364 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 367 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 370 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 373 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 386 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 406 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 621 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 623 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 645 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 678 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 696 | |
| naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 707 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 721 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 742 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 760 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 761 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 14 |
| 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 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 12 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
| 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.AttributesContainer'should be separated from previous import group. | 11 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier'should be separated from previous import group. | 11 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier'should be separated from previous import group. | 11 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.AttributesContainer'should be separated from previous import group. | 11 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument'should be separated from previous import group. | 11 | |
| 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 precede with empty line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.concepts.Identifiable'should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier'should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| 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. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| 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. | 28 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier'should be separated from previous import group. | 11 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier'should be separated from previous import group. | 11 | |
| 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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 11 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | 'java.util.Arrays'should be separated from previous import group. | 16 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier'should be separated from previous import group. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier'should be separated from previous import group. | 11 | |
| 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 should be present. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier'should be separated from previous import group. | 11 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 10 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 12 | |
| 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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 98 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 139 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 144 |
| 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 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 59 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 67 |
| 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 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
| 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 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 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 |
|---|---|---|---|---|
| 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. | 13 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 90 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 98 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 117 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 119 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 143 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 145 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 184 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 221 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 276 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 304 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 339 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 433 |
| 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 'THIRD_PARTY_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | 'java.io.Closeable'should be separated from previous import group. | 17 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AnyXmlNode' import. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 85 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 150 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 203 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 267 |
| 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 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 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. | 11 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
| 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 |
| 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. | 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 15 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| 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 | 'method call' child have incorrect indentation level 12, expected level should be 16. | 31 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 32 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 33 | |
| indentation | Indentation | 'do..while' have incorrect indentation level 12, expected level should be 16. | 36 | |
| indentation | Indentation | 'do..while' child have incorrect indentation level 16, expected level should be 20. | 37 | |
| indentation | Indentation | 'do..while rcurly' have incorrect indentation level 12, expected level should be 16. | 38 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 39 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 40 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 42 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 43 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 44 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 44 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 45 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 46 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 82 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 85 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 87 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 20, expected level should be 24. | 87 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 88 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 89 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be 28. | 89 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 97 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 98 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 100 | |
| modifier | ModifierOrder | '@Nullable' annotation modifier does not preceed non-annotation modifiers. | 107 |
| 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. | 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 | |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| 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 | 'method call' 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 | 'method call' 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 | 'method call' 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 | 'member def type' 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 | 'method call' 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 | 'method call' 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 | 'method call' 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 | |
| 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 | 'method call' 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 | 'method call' 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 | 'method call' 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 | 'method call' 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 | 'method call' 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 | 'method call' 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 |
|---|---|---|---|---|
| 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.YangInstanceIdentifier'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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. | 13 |
| 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.NormalizedNode' import. | 15 |
| 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 | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 12 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 40 |
| 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). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 30 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. | 12 |
| 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. | 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 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 12 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 15 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 15 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 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. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 28 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 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. | 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 13 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 12 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument'should be separated from previous import group. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 13 | |
| 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 |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 13 |
| 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| 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 |
|---|---|---|---|---|
| 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 |
| 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 | |
| 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. | 16 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 | |
| modifier | ModifierOrder | '@Nonnull' annotation modifier does not preceed non-annotation modifiers. | 41 |
| 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 |
| 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. | 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. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
| 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 |
| 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. | 11 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 18 |
| 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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaContext'should be separated from previous import group. | 11 | |
| 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 |