The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | RightCurly
|
1 | ![]() |
RightCurly | 1 | ![]() | |
coding | OverloadMethodsDeclarationOrder | 3 | ![]() |
imports | CustomImportOrder
|
76 | ![]() |
indentation | Indentation
|
34 | ![]() |
javadoc | JavadocMethod
|
27 | ![]() |
JavadocParagraph | 38 | ![]() | |
NonEmptyAtclauseDescription | 7 | ![]() | |
modifier | ModifierOrder | 1 | ![]() |
naming | AbbreviationAsWordInName
|
49 | ![]() |
LocalVariableName
|
6 | ![]() | |
ParameterName
|
19 | ![]() | |
sizes | LineLength
|
72 | ![]() |
whitespace | EmptyLineSeparator
|
24 | ![]() |
FileTabCharacter
|
1 | ![]() | |
GenericWhitespace | 3 | ![]() | |
MethodParamPad | 1 | ![]() | |
OperatorWrap
|
2 | ![]() | |
WhitespaceAround
|
34 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.binding.generator.util.BindingTypes.augmentable' import. | 22 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.binding.generator.util.Types.typeForClass' import. | 26 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 31 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 32 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 33 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 34 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 35 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 36 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 37 |
![]() |
imports | CustomImportOrder | 'java.util.ArrayList'should be separated from previous import group. | 38 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.binding.generator.util.BindingGeneratorUtil'should be separated from previous import group. | 47 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 155 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 173 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 201 |
![]() |
naming | ParameterName | Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 259 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 348 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 485 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 579 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 12, expected level should be 16. | 645 |
![]() |
indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 682 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 702 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 715 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 868 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 932 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 939 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 984 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 993 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 995 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1034 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 1057 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1144 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1184 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 1222 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 15, expected level should be 16. | 1263 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 1306 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 1335 |
![]() |
whitespace | MethodParamPad | '(' should be on the previous line. | 1336 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 1397 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1423 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1428 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 1455 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 1583 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1610 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 1618 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1641 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1646 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1662 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 1691 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1698 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 1698 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 1708 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1721 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1778 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1863 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1920 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1950 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1954 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1994 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1995 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1998 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 2010 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2023 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 2026 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 2029 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 2037 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 2042 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 2057 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 2068 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 2109 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 2116 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 2118 |
![]() |
whitespace | FileTabCharacter | Line contains a tab character. | 2194 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 2203 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '2,138'. | 2210 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2274 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 56 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 73 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 76 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 88 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 91 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '44'. | 97 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 138 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 141 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 143 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 155 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 160 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 163 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 166 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 176 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 180 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 193 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 195 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 214 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 33 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 120 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
![]() |
naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
![]() |
naming | ParameterName | Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 186 |
![]() |
indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 187 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 205 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 207 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 57 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 157 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 25 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 26 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 27 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 28 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 61 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 69 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 73 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 123 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 155 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 159 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 163 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 165 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 173 |
![]() |
modifier | ModifierOrder | '@Nullable' annotation modifier does not preceed non-annotation modifiers. | 173 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 174 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 185 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 193 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 197 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 237 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 151). | 246 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 248 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 267 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 294 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 297 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 301 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 303 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 323 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 334 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 346 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 363 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 366 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 377 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '265'. | 418 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 419 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 428 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 431 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 48 |
![]() |
blocks | RightCurly | '}' should be on the same line. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 21 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 22 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 23 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 24 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 71 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 85 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 110 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 128 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 135 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 151 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 151 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 142). | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 24 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | 'java.net.URI'should be separated from previous import group. | 13 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 39 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 44 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 48 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 51 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 65 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 66 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 79 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 80 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 84 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 87 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 95 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 96 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 105 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 106 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 33 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 38 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 45 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 50 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 55 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 60 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 65 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 70 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 75 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 78 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 80 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 85 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 90 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 98 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 174 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 175 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 176 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 177 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 178 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 179 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 180 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 181 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 182 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 183 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 184 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 185 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 186 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 187 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 188 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 189 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 190 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 191 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 192 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 193 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 194 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 195 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 196 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 197 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 198 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 199 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 200 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 201 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 230 |
![]() |
whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 234 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 34 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 78 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 13 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 28 |
![]() |
naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | 'java.io.Serializable'should be separated from previous import group. | 19 |
![]() |
imports | CustomImportOrder | 'org.apache.commons.lang3.StringEscapeUtils'should be separated from previous import group. | 36 |
![]() |
javadoc | JavadocParagraph | Javadoc comment at column 22 has parse error. Details: no viable alternative at input '<moduleName,' while parsing HTML_ELEMENT | 103 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 131 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 157 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 176 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 190 |
![]() |
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 135). | 203 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 229 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 230 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 239 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 239 |
![]() |
naming | ParameterName | Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 239 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 314 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 344 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 389 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 412 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 459 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 580 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 173). | 626 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 669 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 684 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 705 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 716 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 731 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 741 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 743 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 761 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 773 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 811 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 172). | 811 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 815 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 846 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 852 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 853 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 881 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 199). | 881 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 886 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 890 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 912 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 935 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 955 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 214). | 955 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 956 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 957 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 972 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 988 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 204). | 988 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 990 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1008 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1017 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1029 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1040 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 1040 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 1064 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 155). | 1086 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1089 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1092 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1109 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1126 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 192). | 1126 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1135 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 1201 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1202 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1217 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 1217 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 1235 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1257 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 203). | 1257 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1264 |
![]() |
naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1272 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1396 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 1406 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1406 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 1420 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1462 |
![]() |
naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1506 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 140). | 1543 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 134). | 1575 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.model.api.ChoiceCaseNode'should be separated from previous import group. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 30 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 82 |