The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
1 | |
RightCurly
|
1 | ||
| RightCurly | 1 | ||
| coding | IllegalCatch | 7 | |
| MissingSwitchDefault | 3 | ||
| MultipleVariableDeclarations | 2 | ||
| OverloadMethodsDeclarationOrder | 16 | ||
| VariableDeclarationUsageDistance | 7 | ||
| design | MutableException | 1 | |
| imports | AvoidStarImport | 1 | |
CustomImportOrder
|
56 | ||
| indentation | Indentation
|
186 | |
| javadoc | AtclauseOrder
|
1 | |
JavadocParagraph
|
49 | ||
JavadocStyle
|
59 | ||
| JavadocTagContinuationIndentation | 5 | ||
| NonEmptyAtclauseDescription | 11 | ||
| modifier | ModifierOrder | 6 | |
| RedundantModifier | 28 | ||
| naming | AbbreviationAsWordInName
|
7 | |
| ConstantName | 1 | ||
LocalVariableName
|
24 | ||
MemberName
|
14 | ||
MethodName
|
2 | ||
MethodName
|
2 | ||
ParameterName
|
21 | ||
| regexp | RegexpSingleline
|
12 | |
RegexpSinglelineJava
|
31 | ||
| sizes | LineLength
|
413 | |
| whitespace | EmptyLineSeparator
|
32 | |
| GenericWhitespace | 12 | ||
| MethodParamPad | 17 | ||
OperatorWrap
|
38 | ||
| ParenPad | 22 | ||
SeparatorWrap
|
7 | ||
SeparatorWrap
|
7 | ||
WhitespaceAround
|
69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 32 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 47 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 152 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '123'. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 20 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 22 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '54'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 137). | 58 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '45'. | 55 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '50'. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 123 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 124 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 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 | '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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 50 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 53 | |
| naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 193 | |
| naming | LocalVariableName | Local variable name 'qNameStringEntry' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 207 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '186'. | 220 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '192'. | 230 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 231 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '119'. | 255 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 288 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 303 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 349 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 190). | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 92 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 94 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 201). | 169 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.io.BaseEncoding' should be separated from previous import group. | 14 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 32 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 33 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.collect.ImmutableSet' should be separated from previous import group. | 16 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.math.BigDecimal' should be separated from previous import group. | 13 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 15 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 28 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 14 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 28 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.opendaylight.yangtools.concepts.Codec' should be separated from previous import group. | 16 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 27 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 14 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.math.BigInteger' should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 27 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 29 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 14 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | MutableException | The field 'errorsCount' must be declared final. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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]*$'. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 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 |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 52 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 53 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 54 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 55 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 7, expected level should be 8. | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 28 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| 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 |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 12 | |
| naming | ParameterName | Parameter name 'kVal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 508 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 708 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 12 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 12 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 15 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 84 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 85 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 86 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 87 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 88 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 89 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 90 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 91 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 110 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 111 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 112 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 113 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 114 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 115 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 116 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 117 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 118 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 140 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 141 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 142 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 143 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 144 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 145 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 146 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 147 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 82 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 206 | |
| blocks | EmptyBlock | Empty catch block. | 216 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 240 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 240 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 252 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 252 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 254 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 260 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 260 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 271 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 271 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 276 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 276 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 282 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 287 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 289 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 292 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 292 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 297 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 297 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 302 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 302 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 307 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 307 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 309 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 320 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 75 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '75'. | 85 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 116 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| 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 |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 58 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 61 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 64 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 88 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 104 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 107 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 110 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 184 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 227 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 246 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 247 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 266 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 266 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 275 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 284 | |
| indentation | Indentation | 'NormalizedNodeContainerBuilder' have incorrect indentation level 8, expected level should be 12. | 299 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 310 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '314'. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter'. | 45 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 12 | |
| 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 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 119 | |
| 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 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 225 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 239 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 265 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 270 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 291 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 82 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 90 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 69 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 75 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 79 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 88 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 112 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 122 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 126 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 127 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 136 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 152 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 159 | |
| naming | ParameterName | Parameter name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 129 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 195 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '+' should be on a new line. | 38 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 39 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 40 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 41 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 42 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 43 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 44 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 45 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 46 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 48 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 49 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 50 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 51 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 52 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 53 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 54 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 56 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 60 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 61 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 62 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 63 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 64 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'nnw' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 54 | |
| naming | LocalVariableName | Local variable name 'sNode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 108 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 117 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 132 | |
| naming | ParameterName | Parameter name 'qNames' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '108'. | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 173 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 241 | |
| 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]*$'. | 263 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 274 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 290 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 301 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 309 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 354 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 362 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 420 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 476 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 477 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 478 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 479 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 480 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 481 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 482 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 483 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 484 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 499 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 531 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 567 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 613 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 619 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 220). | 14 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 14 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 14 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| 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 | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode'. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 89 | |
| 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 | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 39 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 185). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 162). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '126'. | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode'. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 143). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 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 |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 132). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 10 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 77 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 78 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 80 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 81 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 169 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 170 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 172 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 101 | |
| naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | '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 |
|---|---|---|---|---|
| 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 | '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 |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 34 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 47 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 54 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 54 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 62 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 69 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 77 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 85 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 96 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 61 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 70 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 70 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 26 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 62 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 71 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '(' have incorrect indentation level 10, expected level should be 12. | 30 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 44 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 169). | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 55 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 55 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 62 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 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 |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 30 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 41 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 51 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 29 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 44 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 119 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '49'. | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 165). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 199). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 129). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 183 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 160). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 191). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.w3c.dom.Element'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MethodName | Method name 'Init' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.w3c.dom.Element'. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.w3c.dom.Element'. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 164). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 93 | |
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.w3c.dom.Element'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.w3c.dom.Element'. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 18 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 16, expected level should be 8. | 20 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 21 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 16, expected level should be 8. | 22 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 22 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 16, expected level should be 8. | 25 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 104 | |
| indentation | Indentation | 'lambda arguments' have incorrect indentation level 16, expected level should be 12. | 271 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 272 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 273 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 16. | 274 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 16, expected level should be 12. | 275 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 290 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 302 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 303 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| naming | MethodName | Method name 'Init' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 114 | |
| naming | MemberName | Member name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 184 | |
| naming | ParameterName | Parameter name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 63 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 76 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 77 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 79 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 80 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 83 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 84 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 90 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 93 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 98 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 127 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 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 | 'if' have incorrect indentation level 12, expected level should be 16. | 131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 132 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 134 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 136 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 137 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 138 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 139 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 141 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 142 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 143 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 144 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 145 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 147 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 149 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.tree.ModifiedNodeDoesNotExistException'. | 24 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 188 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 189 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 192 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 193 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 194 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 208 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 210 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 211 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 216 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 218 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 219 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 220 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 221 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 223 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 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 | 'block' child have incorrect indentation level 12, expected level should be 16. | 231 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 232 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 145). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Before' should be separated from previous import group. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'oId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| naming | MemberName | Member name 'iId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| naming | MemberName | Member name 'oLeaf' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 | |
| naming | MemberName | Member name 'iLeaf' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 99 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 117 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 67 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 71 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 76 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 81 | |
| naming | MemberName | Member name 'BazEntryNodeWithValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 84 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'MIN_MAX_LEAF_FOO' declaration and its first usage is 21, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 137 | |
| naming | LocalVariableName | Local variable name 'MIN_MAX_LEAF_FOO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'MIN_MAX_LEAF_NEL' declaration and its first usage is 19, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 145 | |
| naming | LocalVariableName | Local variable name 'MIN_MAX_LEAF_NEL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 298 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'MIN_MAX_LEAF_FOO' declaration and its first usage is 10, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 314 | |
| naming | LocalVariableName | Local variable name 'MIN_MAX_LEAF_FOO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 314 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'MIN_MAX_LEAF_BAR' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 322 | |
| naming | LocalVariableName | Local variable name 'MIN_MAX_LEAF_BAR' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 322 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 323 | |
| naming | LocalVariableName | Local variable name 'MIN_MAX_LEAF_BAZ' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 331 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 332 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 352 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 362 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'MIN_MAX_LEAF_FOO' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 364 | |
| naming | LocalVariableName | Local variable name 'MIN_MAX_LEAF_FOO' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 364 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 365 | |
| naming | LocalVariableName | Local variable name 'MIN_MAX_LEAF_NEL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 372 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes.leafNode' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'CHOICE1_QNAME' must contain no more than '4' capital letters. | 32 | |
| naming | MemberName | Member name 'CHOICE1_QNAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'C1L1_QNAME' must contain no more than '4' capital letters. | 33 | |
| naming | MemberName | Member name 'C1L1_QNAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'C1L2_QNAME' must contain no more than '4' capital letters. | 34 | |
| naming | MemberName | Member name 'C1L2_QNAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'C1L3_QNAME' must contain no more than '4' capital letters. | 35 | |
| naming | MemberName | Member name 'C1L3_QNAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'C2L1_QNAME' must contain no more than '4' capital letters. | 36 | |
| naming | MemberName | Member name 'C2L1_QNAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'CHOICE_ID' must contain no more than '4' capital letters. | 37 | |
| naming | MemberName | Member name 'CHOICE_ID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'AUGMENT_ID' must contain no more than '4' capital letters. | 38 | |
| naming | MemberName | Member name 'AUGMENT_ID' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 221). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 453 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 483 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 513 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 543 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 573 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 595 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 607 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 629 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Before' should be separated from previous import group. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 35 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'writeTx' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 112 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 120 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 130 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 149 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 150 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 151 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '110'. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 116 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 220 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 221 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 222 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 223 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 224 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 225 | |
| 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 | 'block' child have incorrect indentation level 12, expected level should be 16. | 228 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 229 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 234 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 235 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 236 | |
| indentation | Indentation | 'block' 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 | 'block' child have incorrect indentation level 12, expected level should be 16. | 239 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 240 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 26 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 11 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'javax.annotation.Nonnull'. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 169). | 24 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 12 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 23 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 32 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.base.Optional' should be separated from previous import group. | 12 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 216 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 222 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 281 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 271). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 271). | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | 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 | JavadocStyle | Unclosed HTML tag found: <ul> | 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 | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 67 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 104 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 197 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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. | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 105 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 109 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 142 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 145 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 146 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 147 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 149 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 152 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 159 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 162 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 203 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 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. | 223 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 224 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 225 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 231 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 232 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 241 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 242 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 243 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier' import. Should be before 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates'. | 26 | |
| naming | MemberName | Member name 'LOG' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 150 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 287 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 288 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Unclosed HTML tag found: <ul> | 31 | |
| javadoc | JavadocTagContinuationIndentation | 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 | JavadocStyle | First sentence should end with a period. | 124 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 127 | |
| javadoc | JavadocParagraph | <p> tag should be preceded with an empty line. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 197). | 119 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 123 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 126 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 134 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 136 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 191 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 193 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 195 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 196 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 197 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 198 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 200 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 202 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 203 | |
| 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. | 209 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 210 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 211 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 212 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 213 | |
| indentation | Indentation | 'else rcurly' 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. | 216 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 217 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 218 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 219 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 220 | |
| indentation | Indentation | 'block' 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. | 224 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 255 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNodes'. | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.tree.ModificationType'. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 53 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration' import. Should be before 'org.opendaylight.yangtools.yang.data.api.schema.tree.IncorrectDataStructureException'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'javax.annotation.Nonnull'. | 11 |