The following document contains the results of Checkstyle 6.2 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OneStatementPerLine | 1 | |
| imports | CustomImportOrder
|
12 | |
| indentation | Indentation
|
7 | |
| javadoc | JavadocMethod
|
3 | |
| JavadocTagContinuationIndentation | 4 | ||
| naming | AbbreviationAsWordInName
|
13 | |
PackageName
|
11 | ||
| sizes | LineLength
|
1 | |
| whitespace | EmptyLineSeparator
|
11 | |
| GenericWhitespace | 2 | ||
WhitespaceAround
|
8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.adapter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 43 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 73 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 75 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 76 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 9 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode' import. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 37 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 48 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 100 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 111 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 36 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 78 | |
| whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.operator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 9 | |
| imports | CustomImportOrder | 'org.opendaylight.topoprocessing.api.structure.OverlayItem'should be separated from previous import group. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.topoprocessing.impl.operator.TopologyOperator' import. | 20 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.provider' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 9 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 17 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.request' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.request' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. | 27 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.translator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.translator' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 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 | |
| imports | CustomImportOrder | Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.AugmentationNode' import. | 32 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 77 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 78 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 79 | |
| whitespace | GenericWhitespace | GenericWhitespace '>' is preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 208 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 214 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 242 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 256 | |
| coding | OneStatementPerLine | Only one statement per line allowed. | 263 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 21 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 24 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 27 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 30 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 33 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 36 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 40 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 43 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 46 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 49 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 53 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 56 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 59 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'package' should be separated from previous statement. | 8 | |
| naming | PackageName | Package name 'org.opendaylight.topoprocessing.inventoryRendering.util' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 | |
| naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 21 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 24 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 27 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 30 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 34 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 36 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 38 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 40 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 42 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 44 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 47 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 49 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 51 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 53 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 56 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 59 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 62 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 65 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 68 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 71 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 75 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 78 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 81 | |
| javadoc | SummaryJavadoc | First sentence should be present. | 84 |