The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
org/opendaylight/odlparent/featuretest/CustomBundleURLStreamHandlerFactory.java | 0 | 4 | 0 |
org/opendaylight/odlparent/featuretest/SingleFeatureTest.java | 0 | 4 | 0 |
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
1 | Warning |
indentation | Indentation
|
2 | Warning |
javadoc | JavadocParagraph | 2 | Warning |
naming | AbbreviationAsWordInName
|
1 | Warning |
whitespace | EmptyLineSeparator
|
1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 12 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 14 |
Warning | whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 21 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. | 23 |
Warning | javadoc | SummaryJavadoc | First sentence should be present. | 76 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 108 |
Warning | indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 12. | 109 |