The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocStyle
|
9 | |
| NonEmptyAtclauseDescription | 8 | ||
| modifier | RedundantModifier | 1 | |
| naming | ParameterName
|
1 | |
| sizes | LineLength
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 139). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 21 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 14 | |
| modifier | RedundantModifier | Redundant 'private' modifier. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |