The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | RightCurly
|
1 | |
| RightCurly | 1 | ||
| coding | MissingSwitchDefault | 3 | |
| MultipleVariableDeclarations | 2 | ||
| OverloadMethodsDeclarationOrder | 16 | ||
| imports | CustomImportOrder
|
387 | |
| indentation | Indentation
|
238 | |
| javadoc | AtclauseOrder
|
1 | |
JavadocMethod
|
79 | ||
| JavadocParagraph | 62 | ||
| JavadocTagContinuationIndentation | 2 | ||
| NonEmptyAtclauseDescription | 15 | ||
| modifier | ModifierOrder | 8 | |
| naming | AbbreviationAsWordInName
|
14 | |
LocalVariableName
|
13 | ||
MethodName
|
1 | ||
ParameterName
|
18 | ||
| sizes | LineLength
|
369 | |
| whitespace | EmptyLineSeparator
|
243 | |
FileTabCharacter
|
43 | ||
| GenericWhitespace | 15 | ||
OperatorWrap
|
14 | ||
SeparatorWrap
|
4 | ||
SeparatorWrap
|
4 | ||
WhitespaceAround
|
72 |
| 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. | 18 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 19 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 20 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 21 | |
| imports | CustomImportOrder | 'java.util.ArrayList'should be separated from previous import group. | 22 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.TypeDefinition'should be separated from previous import group. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 31 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 49 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 143 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '114'. | 151 |
| 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 125). | 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. | 16 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
| 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 | |
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 28 |
| 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. | 14 | |
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter' import. | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 102 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 110 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 146 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 159 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 159 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 279 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 284 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.type.PatternConstraint'should be separated from previous import group. | 13 | |
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 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 129). | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 122). | 20 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| 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 |
| 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 122). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 43 | |
| naming | ParameterName | Parameter name 'xPathArgument' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 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. | 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. | 18 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
| 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 | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamAttributeWriter' import. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 85 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 180 | |
| naming | LocalVariableName | Local variable name 'qNameStringEntry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 194 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '155'. | 207 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '161'. | 218 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '173'. | 229 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '179'. | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 273 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '167'. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 356 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 361 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 366 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 371 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 407 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 407 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 412 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 412 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 417 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 419 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 421 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 430 |
| 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| naming | MethodName | Method name 'qNameFromElement' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 101 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 178 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.impl.codec.TypeDefinitionAwareCodec'should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 21 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 30 | |
| modifier | ModifierOrder | '@Nonnull' annotation modifier does not preceed non-annotation modifiers. | 34 |
| 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 |
| 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 |
|---|---|---|---|---|
| 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 129). | 130 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 148 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 184 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 214 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '83'. | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 264 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '66'. | 273 |
| 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 121). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| modifier | ModifierOrder | '@Nonnull' annotation modifier does not preceed non-annotation modifiers. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.ChoiceCaseNode'should be separated from previous import group. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 65 | |
| naming | LocalVariableName | Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.antlr.v4.runtime.BaseErrorListener'should be separated from previous import group. | 12 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. | 11 | |
| imports | CustomImportOrder | 'org.antlr.v4.runtime.ANTLRInputStream'should be separated from previous import group. | 12 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 5, expected level should be 4. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 50 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 11, expected level should be one of the following: 12, 16. | 53 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 5, expected level should be one of the following: 4, 8. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 61 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 62 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 63 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 64 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 65 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 66 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 86 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 98 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 117 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 182 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 13 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 28 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
| 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 | |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode' import. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 221 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 356 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 360 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 371 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 389 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 399 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 502 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 23 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QNameModule'should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 | |
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 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 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AnyXmlNode' import. | 15 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '105'. | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 133 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '156'. | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 188 |
| 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.ChoiceNode' import. | 18 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '75'. | 85 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 224). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 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. | 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.ChoiceNode' import. | 19 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 55 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 58 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 61 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 85 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 101 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 104 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 107 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 181 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 219 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 238 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 239 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 247 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 254 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 258 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 258 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 267 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 276 | |
| indentation | Indentation | 'NormalizedNodeContainerBuilder' have incorrect indentation level 8, expected level should be 12. | 291 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '306'. | 321 |
| 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 | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 17 | |
| imports | CustomImportOrder | 'java.util.Collection'should be separated from previous import group. | 18 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AugmentationNode' import. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 192). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 100 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 128 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AnyXmlNode' import. | 23 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 59 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 67 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 82 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 130 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 196 |
| 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 | 'java.util.Map'should be separated from previous import group. | 13 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 238). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 80 |
| 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. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 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. | 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AugmentationNode' import. | 26 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 53 | |
| naming | LocalVariableName | Local variable name 'sNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 131 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 139 | |
| naming | LocalVariableName | Local variable name 'qNamesFromAugment' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 147 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '107'. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 178 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 206 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 251 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 268 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 279 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 293 | |
| blocks | RightCurly | '}' should be on the same line. | 295 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 306 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 314 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 367 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 367 |
| 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.NodeIdentifier'should be separated from previous import group. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 13 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 12 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 12 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode' import. | 15 |
| 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. | 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. | 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.PathArgument'should be separated from previous import group. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 220). | 14 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 14 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 15 | |
| sizes | LineLength | Line is longer than 120 characters (found 220). | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 48 |
| 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.DataContainerChild' import. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 131 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 14 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AnyXmlNode' import. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 31 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AnyXmlNode' import. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 32 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AugmentationNode' import. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 72 |
| 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.AugmentationNode' import. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 37 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 53 |
| 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.ChoiceNode' import. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 39 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.ContainerNode' import. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 53 |
| 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.ContainerNode' import. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 44 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.LeafNode' import. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 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.LeafNode' import. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 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. | 11 | |
| 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.LeafSetEntryNode' import. | 15 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 31 |
| 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.LeafSetEntryNode' import. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode' import. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 148 |
| 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. | 18 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 64 |
| 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. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 64 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 89 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 119 |
| 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.DataContainerChild' import. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 39 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 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. | 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode' import. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 112 |
| 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.MapEntryNode' import. | 13 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 48 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode' import. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 116 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '127'. | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 169 |
| 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. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 64 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode' import. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 125 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '135'. | 150 |
| 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.MapEntryNode' import. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 50 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 53 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListEntryNode' import. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 81 | |
| naming | LocalVariableName | Local variable name 'UnkeyedListEntryNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 192). | 118 |
| 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.DataContainerChild' import. | 15 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 33 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 41 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 64 |
| 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.DataContainerChild' import. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 64 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 70 |
| 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 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 105 |
| 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.DataContainerChild' 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. | 11 | |
| 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.DataContainerChild' import. | 16 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 33 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 48 |
| 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. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 18 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 45 |
| 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 132). | 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. | 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.DataContainerChild' import. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 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 | |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 46 | |
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 153 |
| 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 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 36 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 37 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 38 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 39 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 41 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode'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. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 41 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 44 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 45 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 49 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 |
| 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.AnyXmlNode' import. | 14 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 42 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 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. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 34 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 54 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 196 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 | |
| naming | ParameterName | Parameter name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 242 |
| 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 148). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 52 |
| 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 131). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 51 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 13 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 19 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 30 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.LeafNode' import. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 28 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 59 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 68 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 87 |
| 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.LeafSetEntryNode' import. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 48 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 63 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 72 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode'should be separated from previous import group. | 11 | |
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 30 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 46 |
| 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 135). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 39 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
| 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 169). | 26 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 55 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 194). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 81 |
| 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 | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 29 |
| 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.UnkeyedListEntryNode' import. | 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 15 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.AnyXmlNode'should be separated from previous import 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 126). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 34 |
| 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 |
| 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. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 42 |
| 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. | 30 |
| 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. | 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.Function' import. | 15 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 46 |
| 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 | 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.DataContainerChild' import. | 15 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 30 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 48 |
| 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. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 106 |
| 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 | |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 120 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '50'. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 182 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 191 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 204 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 232 |
| 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.LeafNode' 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. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode' import. | 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 | |
| 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 165). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 26 |
| 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.UnkeyedListEntryNode' import. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 191). | 26 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. | 17 |
| 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. | 14 |
| 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. | 14 |
| 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. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 8, expected level should be 4. | 48 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 48 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 16, expected level should be 8. | 49 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 8. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 49 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 51 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 8, expected level should be 4. | 66 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 66 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 68 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 68 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 69 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 69 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 70 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 70 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 72 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 73 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 73 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 74 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 74 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 75 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 75 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 77 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 77 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 78 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 79 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 79 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 80 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 80 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 82 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 82 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 83 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 84 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 84 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 85 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 85 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 87 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 87 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 88 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 89 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 89 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 90 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 90 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 92 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 93 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 93 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 94 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 94 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 95 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 95 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 97 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 98 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 99 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 99 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 100 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 100 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 102 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 102 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 103 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 104 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 104 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 105 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 105 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 107 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 107 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 108 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be 8. | 109 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 109 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 110 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 110 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 112 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 113 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 114 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 114 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 115 | |
| whitespace | FileTabCharacter | Line contains a tab character. | 115 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 119 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be 4. | 120 |
| 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. | 19 |
| 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. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 20 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 |
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 19 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeSnapshotCursor' 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. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 52 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 67 |
| 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. | 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 158). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 66 |
| 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.tree.DataTreeCandidateTip' import. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 56 |
| 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 | |
| whitespace | EmptyLineSeparator | 'import' should be separated from previous statement. | 9 | |
| 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 161). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 75 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 88 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 96 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 99 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 100 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 101 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 102 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 103 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 104 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 105 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 109 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 110 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 111 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 112 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 113 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 114 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 145 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 147 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 16. | 147 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 148 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 149 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 151 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 154 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 20. | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 154 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 155 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 156 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 157 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 158 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 159 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 160 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 161 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 162 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 163 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 164 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 166 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 167 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 168 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 169 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 171 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 188 |
| 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 | 'java.util.Collection'should be separated from previous import group. | 14 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier'should be separated from previous import group. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 17 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 183 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 187 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 187 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 188 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 189 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 200 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 203 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 205 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 206 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 211 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 213 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 16, expected level should be 20. | 213 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 214 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 215 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 215 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 216 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 216 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 221 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 222 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 223 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 226 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 227 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 227 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 276 |
| 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 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 15 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'com.google.common.base.Optional'should be separated from previous import group. | 11 | |
| 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). | 27 |
| 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. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.schema.AugmentationNode'should be separated from previous import group. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 45 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 18 |
| 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. | 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 '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 | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 17 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 18 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 19 | |
| imports | CustomImportOrder | 'java.util.Collection'should be separated from previous import group. | 20 | |
| imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier'should be separated from previous import group. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode' import. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 221). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 105 |
| 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 153). | 44 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 101 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 119 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 138 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 139 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 140 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 141 |
| 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.tree.DataTreeCandidateNode' 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.MapEntryNode' import. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 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 | |
| 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. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 42 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 194 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 220 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 222 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 222 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 223 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 224 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 225 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 225 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 226 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 227 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 228 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 233 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 234 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 235 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 236 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 236 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 237 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 237 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 238 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 239 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 256 |
| 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 | |
| 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. | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 25 |
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 23 |
| 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 | SummaryJavadoc | First sentence should be present. | 20 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 23 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 32 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 49 |
| 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 | 'com.google.common.base.Optional'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. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 18 | |
| whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 41 | |
| whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 62 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 96 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 16. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 97 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 98 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 16. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 16 |
| 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 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 4 has parse error. Missed HTML close tag 'ul'. Sometimes it means that close tag missed for one of previous tags. | 27 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 40 | |
| javadoc | AtclauseOrder | At-clauses have to appear in the order '[@param, @return, @throws, @deprecated]'. | 53 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 70 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 73 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 18 | |
| 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. | 32 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 44 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 45 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 46 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 47 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 48 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 49 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 50 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 74 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 112 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 117 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 145 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 148 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 149 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 150 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 155 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 162 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 165 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 206 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 223 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 224 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 227 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 228 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 234 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 235 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 244 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 245 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 246 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
| 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.tree.spi.TreeNode' 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. | 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. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 60 |
| 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. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 19 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 32 |
| 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 |
|---|---|---|---|---|
| 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 | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 38 |
| 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 |
| 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 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 4 has parse error. Missed HTML close tag 'ul'. Sometimes it means that close tag missed for one of previous tags. | 42 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 127 | |
| javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 137 |
| 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.tree.ConflictingModificationAppliedException' import. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 74 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 94 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 197). | 118 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 122 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 124 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 127 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 128 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 130 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 131 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 132 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 133 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 134 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 190 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 192 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 194 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 194 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 195 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 195 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 196 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 197 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 197 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 199 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 201 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 202 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 12, expected level should be 16. | 202 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 205 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 206 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 207 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 208 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 16, expected level should be 20. | 208 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 209 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 210 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 212 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 213 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 214 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 214 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 215 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 216 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 217 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 217 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 218 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 220 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence should be present. | 11 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 |
| 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.ContainerNode' import. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 103 |
| 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. | 14 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 31 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 27 |
| 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. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |