The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
1 | |
| coding | OverloadMethodsDeclarationOrder | 2 | |
| indentation | Indentation
|
1 | |
| javadoc | JavadocStyle
|
3 | |
| NonEmptyAtclauseDescription | 1 | ||
| misc | OuterTypeFilename | 1 | |
| naming | LocalVariableName
|
3 | |
ParameterName
|
2 | ||
| sizes | LineLength
|
8 | |
| whitespace | MethodParamPad | 3 | |
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | OuterTypeFilename | The name of the outer type and the file do not match. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 80 | |
| naming | LocalVariableName | Local variable name 'xPathResult' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 | |
| naming | LocalVariableName | Local variable name 'xPathResult' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 | |
| blocks | EmptyBlock | Empty catch block. | 164 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 170 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 170 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 176 | |
| naming | LocalVariableName | Local variable name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 211 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 242 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '213'. | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 277 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '241'. | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 298 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 129). | 85 | |
| whitespace | WhitespaceAround | WhitespaceAround: '<' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | WhitespaceAround: '<' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 96 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 137 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 40, expected level should be 32. | 139 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 44 |