The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | MissingSwitchDefault | 1 | ![]() |
OverloadMethodsDeclarationOrder | 3 | ![]() | |
imports | CustomImportOrder
|
83 | ![]() |
indentation | Indentation
|
14 | ![]() |
javadoc | JavadocMethod
|
18 | ![]() |
JavadocParagraph | 91 | ![]() | |
NonEmptyAtclauseDescription | 53 | ![]() | |
modifier | ModifierOrder | 4 | ![]() |
naming | AbbreviationAsWordInName
|
2 | ![]() |
LocalVariableName
|
3 | ![]() | |
ParameterName
|
2 | ![]() | |
sizes | LineLength
|
44 | ![]() |
whitespace | EmptyLineSeparator
|
45 | ![]() |
GenericWhitespace | 8 | ![]() | |
WhitespaceAround
|
4 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
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. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 10 |
![]() |
modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | 'java.text.SimpleDateFormat'should be separated from previous import group. | 17 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
![]() |
coding | MissingSwitchDefault | switch without "default" clause. | 91 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 92 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 93 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 94 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 95 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 96 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 97 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 98 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 99 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 100 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 101 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 102 |
![]() |
indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 103 |
![]() |
indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 104 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '142'. | 152 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '147'. | 157 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 168 |
![]() |
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 210 |
![]() |
naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 235 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 77 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 81 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 102 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 110 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 129 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 131 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 155 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 157 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 194 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 228 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 231 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 255 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 263 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 289 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 314 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 339 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 392 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 395 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 443 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 449 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 12 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 10 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 16 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 28 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 11 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 10 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | 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 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 29 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 49 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 51 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 53 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 57 |
![]() |
modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 65 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 131). | 81 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 191 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 194 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 196 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 212 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 146). | 234 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 246 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 261 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 262 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 265 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 267 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 269 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 272 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 341 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 351 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 |
![]() |
coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '336'. | 388 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 393 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 400 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 404 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 405 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 413 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 430 |
![]() |
naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 433 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 453 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 477 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 489 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 500 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 152). | 510 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 527 |
![]() |
modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 535 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 600 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 633 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 636 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 642 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 647 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 648 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 655 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 668 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 18 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 30 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 56 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 69 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 73 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 82 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 150). | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 17 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 149). | 21 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 164). | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 10 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 13 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 15 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 24 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 16 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 19 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 24 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 19 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 20 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 47 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 48 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 17 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 18 |
![]() |
imports | CustomImportOrder | 'java.lang.reflect.Field'should be separated from previous import group. | 19 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.util.ClassLoaderUtils'should be separated from previous import group. | 35 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 55 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 70 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 87 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 101 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 148 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 163 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 169 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 184 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 194 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 247 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 248 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 264 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 292 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 307 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 326 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 338 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 340 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 351 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 358 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 370 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 390 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 405 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 428 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 459 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 471 |
![]() |
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. | 501 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 505 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 509 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 537 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 540 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 547 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 550 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 121). | 567 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 616 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 619 |
![]() |
javadoc | JavadocParagraph | <p> tag should be precede with empty line. | 629 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 22 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 14 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 40 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 42 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 65 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 67 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 90 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 92 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 121 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 144 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 146 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 146 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 154 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 158 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 168 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 171 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | 'java.lang.reflect.InvocationTargetException'should be separated from previous import group. | 15 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.binding.Augmentable'should be separated from previous import group. | 23 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 50 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 60 |
![]() |
indentation | Indentation | 'Entry' have incorrect indentation level 12, expected level should be 16. | 65 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
![]() |
modifier | ModifierOrder | 'abstract' modifier out of order with the JLS suggestions. | 143 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 189 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 261 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 271 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 288 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 |
![]() |
naming | LocalVariableName | Local variable name 'iParent' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 334 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | 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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 129). | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 45 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. | 12 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 130). | 20 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 147). | 77 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 |
![]() |
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 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 26 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 29 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |