The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalThrows | 2 | |
| imports | CustomImportOrder
|
1 | |
| javadoc | JavadocStyle
|
1 | |
| NonEmptyAtclauseDescription | 1 | ||
| naming | ConstantName | 3 | |
LocalVariableName
|
1 | ||
ParameterName
|
1 | ||
| sizes | LineLength
|
1 | |
| whitespace | WhitespaceAround
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | LocalVariableName | Local variable name 'nRead' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 84 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group. | 14 | |
| naming | ConstantName | Name 'hexDumpFileName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| naming | ConstantName | Name 'fileNameInvalid' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| naming | ConstantName | Name 'expectedSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 60 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 74 |