The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
2 | |
| javadoc | JavadocStyle
|
2 | |
| modifier | RedundantModifier | 1 | |
| sizes | LineLength
|
5 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 74 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Assert.assertEquals' should be separated from previous import group by one line. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'junit.framework.TestCase.assertNotNull' should be separated from previous import group by one line. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 |