The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/opendaylight/mdsal/binding/test/model/util/ListsBindingUtils.java | 0 | 6 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
1 | ![]() |
javadoc | JavadocMethod
|
2 | ![]() |
sizes | LineLength
|
1 | ![]() |
whitespace | EmptyLineSeparator
|
1 | ![]() |
GenericWhitespace | 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 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 154). | 56 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
![]() |
whitespace | GenericWhitespace | GenericWhitespace '>' is followed by whitespace. | 75 |