The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/yangtools/transform/NormalizedNodeTransformations.java | 0 | 2 | 0 |
| org/opendaylight/yangtools/transform/QNameTransformingStreamWriter.java | 0 | 8 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | 1 | |
| indentation | Indentation
|
1 | |
| javadoc | JavadocParagraph
|
7 | |
| sizes | LineLength
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 44 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 25 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 16, 20. | 52 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 66 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 80 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 143 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '100'. | 187 |