The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MultipleVariableDeclarations | 2 | |
| OverloadMethodsDeclarationOrder | 38 | ||
| imports | CustomImportOrder
|
214 | |
| indentation | Indentation
|
12 | |
| javadoc | AtclauseOrder
|
8 | |
JavadocMethod
|
37 | ||
| JavadocParagraph | 38 | ||
| JavadocTagContinuationIndentation | 7 | ||
| NonEmptyAtclauseDescription | 11 | ||
| SingleLineJavadoc | 2 | ||
| modifier | ModifierOrder | 2 | |
| naming | LocalVariableName
|
3 | |
MemberName
|
1 | ||
ParameterName
|
5 | ||
| sizes | LineLength
|
199 | |
| whitespace | EmptyLineSeparator
|
144 | |
| GenericWhitespace | 3 | ||
OperatorWrap
|
13 | ||
WhitespaceAround
|
25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 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. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 72 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 107 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 130 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 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. | 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 31 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 32 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 33 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 34 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 35 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 36 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 37 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 38 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 58 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 85 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 91 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 96 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 118 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 166 | |
| naming | MemberName | Member name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 166 | |
| naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 | |
| naming | LocalVariableName | Local variable name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 254 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 289 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 57 |
| 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. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| 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 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 63 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 68 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 73 |
| 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 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 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. | 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 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 57 |
| 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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 49 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 62 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 102 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 115 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 138 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 160 |
| 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 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 21 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 122 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 142 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 29 |
| 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 | JavadocMethod | Missing a Javadoc comment. | 31 |
| 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 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.ChoiceCaseNode'should be separated from previous import group. | 15 | |
| 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. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 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. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 28 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.type.BinaryTypeDefinition'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.model.api.type.BitsTypeDefinition'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 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition'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.model.api.type.EnumTypeDefinition'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.model.api.type.IntegerTypeDefinition'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 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.type.LengthConstraint'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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 97 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.TypeDefinition'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.model.api.type.RangeConstraint'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. | 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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.concepts.Immutable'should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 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. | 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. | 32 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 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. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 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. | 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. | 25 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 31 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 32 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 33 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 34 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 35 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 142 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 159 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 187 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 232 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 253 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.concepts.Immutable'should be separated from previous import group. | 12 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 22 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 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 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<ul>\n * <li>{@link LengthConstraint#getErrorAppTag()} returns\n * <code>length-out-of-specified-bounds</code>\n * <li>{@link LengthConstraint#getErrorMessage() returns <code>The argument is\n * out of bounds <<i>min</i>, <i>max</i> ></code>\n * </ul' while parsing HTML_TAG | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.ModuleImport'should be separated from previous import group. | 12 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
| 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 | SummaryJavadoc | First sentence should be present. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 35 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 55 |
| 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 | SummaryJavadoc | First sentence should be present. | 16 | |
| 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. | 12 | |
| javadoc | SingleLineJavadoc | Javadoc comment at column 5 has parse error. Details: no viable alternative at input '<ul>\n * <li>{@link RangeConstraint#getErrorAppTag()} returns\n * <code>range-out-of-specified-bounds</code>\n * <li>{@link RangeConstraint#getErrorMessage() returns <code>The argument is\n * out of bounds <<i>min</i>, <i>max</i> ></code>\n * </ul' while parsing HTML_TAG | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath'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. | 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 | |
| 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 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 73 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 131 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 169 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 211 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 253 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 258 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 272 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 282 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 459 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 467 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 494 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 502 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 512 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 536 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 545 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 563 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 566 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 618 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 627 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 629 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 631 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 657 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 663 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 697 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 698 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 699 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 700 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 701 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 702 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 703 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 742 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 743 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 748 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 749 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 751 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '629'. | 753 | |
| naming | ParameterName | Parameter name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 754 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 756 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 761 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 762 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 828 |
| 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 | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 52 | |
| indentation | Indentation | 'case' child have incorrect indentation level 11, expected level should be 12. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 15, expected level should be 16. | 57 | |
| indentation | Indentation | 'case' child have incorrect indentation level 11, expected level should be 12. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 15, expected level should be 16. | 59 | |
| indentation | Indentation | 'case' child have incorrect indentation level 11, expected level should be 12. | 60 | |
| indentation | Indentation | 'block' child have incorrect indentation level 15, expected level should be 16. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 61 | |
| indentation | Indentation | 'switch rcurly' have incorrect indentation level 11, expected level should be 8. | 62 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 7, expected level should be 4. | 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. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 46 |
| 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.concepts.Immutable'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 24 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 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. | 12 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 93 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 49 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 53 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 72 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 76 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 80 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 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 | |
| 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 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 20 |
| 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 |
| 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. | 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 | |
| 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 | 'STATIC_INIT' should be separated from previous statement. | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 57 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 20 |
| 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 | 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 134). | 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 |
| 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. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 26 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 35 |
| 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.model.util.BaseTypes'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 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 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. | 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. | 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 44 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 83 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 179 |
| 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 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'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.model.api.SchemaPath'should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'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.model.api.SchemaPath'should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath'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.model.api.SchemaPath'should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 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. | 11 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| 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. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 186 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 206 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 252 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 292 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import 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. | 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 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 14 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| 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 | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 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. | 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. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 86 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 94 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 125 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 126 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '124'. | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 157 |
| 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 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 44 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 101 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 115 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
| 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 88 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'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.model.api.SchemaPath'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.model.api.SchemaPath'should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath'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.model.api.SchemaPath'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 16 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 19 |
| 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. | 33 | |
| 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. | 50 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 143 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.SchemaPath'should be separated from previous import 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 | |
| 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 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 35 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 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. | 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 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '63'. | 81 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '68'. | 86 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '77'. | 95 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '81'. | 99 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '86'. | 103 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '95'. | 107 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '99'. | 111 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '103'. | 116 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '107'. | 126 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '111'. | 131 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '116'. | 135 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '126'. | 139 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '131'. | 143 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '135'. | 148 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '139'. | 157 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '143'. | 161 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '148'. | 166 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '157'. | 175 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '161'. | 179 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '166'. | 184 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '175'. | 193 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '179'. | 197 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '184'. | 202 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '193'. | 211 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '197'. | 215 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '202'. | 220 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 225 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '211'. | 229 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '215'. | 233 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '220'. | 238 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '229'. | 248 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '233'. | 253 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '238'. | 258 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '248'. | 267 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '253'. | 271 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '258'. | 276 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '267'. | 285 |
| 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 |