The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
20 | ![]() |
indentation | Indentation
|
5 | ![]() |
javadoc | JavadocMethod
|
1 | ![]() |
JavadocParagraph | 7 | ![]() | |
NonEmptyAtclauseDescription | 1 | ![]() | |
naming | AbbreviationAsWordInName
|
8 | ![]() |
LocalVariableName
|
1 | ![]() | |
ParameterName
|
2 | ![]() | |
sizes | LineLength
|
18 | ![]() |
whitespace | EmptyLineSeparator
|
20 | ![]() |
GenericWhitespace | 2 | ![]() | |
WhitespaceAround
|
1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 12 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 145). | 39 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 50 |
![]() |
naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 64 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 179). | 70 |
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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 26 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 136). | 93 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 13 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 14 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 15 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 26 |
![]() |
naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 31 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 88 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 165). | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 10 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 138). | 11 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.sal.binding.model.api.TypeMember'should be separated from previous import group. | 11 |
![]() |
javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 17 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' should followed by whitespace. | 19 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
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. | 18 |
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. | 11 |
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 |
![]() |
imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. | 28 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 48 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 56 |
![]() |
javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 77 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 101 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | 'java.util.ArrayList'should be separated from previous import group. | 12 |
![]() |
imports | CustomImportOrder | 'org.opendaylight.yangtools.binding.generator.util.TypeConstants'should be separated from previous import group. | 16 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 87 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 181 |
![]() |
indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 260 |
![]() |
indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 261 |
![]() |
indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 262 |
![]() |
indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 16. | 263 |
![]() |
indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 12. | 264 |
![]() |
javadoc | SummaryJavadoc | First sentence should be present. | 304 |
![]() |
naming | ParameterName | Parameter name 'pTypes' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 316 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 358 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 378 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 402 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 405 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 406 |
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. | 11 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 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 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 16 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 62 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 124). | 86 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 110 |
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. | 15 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 21 |
![]() |
naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 31 |
![]() |
whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 |
![]() |
imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 11 |