The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/opendaylight/yangtools/yang/parser/system/test/Main.java | 0 | 5 | 0 |
| org/opendaylight/yangtools/yang/parser/system/test/SystemTestUtils.java | 0 | 2 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 1 | |
| indentation | Indentation
|
1 | |
| javadoc | JavadocParagraph
|
1 | |
| sizes | LineLength
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 75 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 164 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 112, 114. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 101 |