The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
1 | |
| coding | MissingSwitchDefault | 1 | |
| MultipleVariableDeclarations | 1 | ||
| OverloadMethodsDeclarationOrder | 2 | ||
| indentation | Indentation
|
1 | |
| javadoc | JavadocParagraph
|
5 | |
JavadocStyle
|
7 | ||
| JavadocTagContinuationIndentation | 1 | ||
| NonEmptyAtclauseDescription | 2 | ||
| naming | LocalVariableName
|
3 | |
MemberName
|
1 | ||
ParameterName
|
6 | ||
| regexp | RegexpSingleline
|
2 | |
| sizes | LineLength
|
19 | |
| whitespace | EmptyLineSeparator
|
5 | |
| MethodParamPad | 3 | ||
OperatorWrap
|
2 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 | |
| naming | ParameterName | Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 184 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 81 | |
| naming | LocalVariableName | Local variable name 'xPathResult' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 | |
| naming | LocalVariableName | Local variable name 'xPathResult' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 | |
| blocks | EmptyBlock | Empty catch block. | 165 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 171 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 171 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 177 | |
| naming | LocalVariableName | Local variable name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 198 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 212 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 137). | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 62 | |
| naming | MemberName | Member name 'xPathString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 | |
| naming | ParameterName | Parameter name 'xPathString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 183 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 191 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 209 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 234 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 246 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 244 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '215'. | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 279 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '243'. | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 20 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 26 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 29 |
| 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 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 79 | |
| indentation | Indentation | 'operator new lparen' have incorrect indentation level 40, expected level should be 32. | 81 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 118 | |
| naming | ParameterName | Parameter name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 | |
| naming | ParameterName | Parameter name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 | |
| naming | ParameterName | Parameter name 'xPath' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 268 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 350 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 410 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 487 |