The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/yangtools/yang/test/util/YangParserTestUtils.java | 0 | 5 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | 3 | |
| javadoc | JavadocStyle
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '336'. | 434 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '494'. | 527 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '645'. | 685 |