The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalThrows | 8 | |
| imports | CustomImportOrder
|
3 | |
| javadoc | JavadocParagraph
|
2 | |
JavadocStyle
|
16 | ||
| JavadocTagContinuationIndentation | 2 | ||
| NonEmptyAtclauseDescription | 8 | ||
| naming | ConstantName | 2 | |
LocalVariableName
|
2 | ||
ParameterName
|
3 | ||
| sizes | LineLength
|
26 | |
| whitespace | WhitespaceAround
|
19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 32 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 52 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 118 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 201). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 159 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 170 | |
| naming | LocalVariableName | Local variable name 'j' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 189 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 257 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 273 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 273 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 201 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 239 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 239 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'com.google.common.collect.Lists' should be separated from previous import group. | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 182 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 193 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 193 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 194 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 204 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 204 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 214 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 226 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 236 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 248 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 251 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| 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 | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.buffer.Unpooled' should be separated from previous import group. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 43 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 25 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 | |
| naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 66 |
| 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 'expectedSize' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 46 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 17 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 18 |