The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
imports | CustomImportOrder
|
1 | Warning |
javadoc | JavadocStyle
|
7 | Warning |
sizes | LineLength
|
13 | Warning |
whitespace | EmptyLineSeparator
|
1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 131). | 43 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 155). | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 13 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 16 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 16 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 25 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 15 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 19 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 126). | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 180). | 39 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 138). | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 25 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 142). | 31 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 |
Warning | javadoc | JavadocStyle | First sentence should end with a period. | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 134). | 35 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 145). | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | LineLength | Line is longer than 120 characters (found 125). | 23 |
Warning | sizes | LineLength | Line is longer than 120 characters (found 132). | 28 |