The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 2 | |
| OverloadMethodsDeclarationOrder | 2 | ||
| javadoc | JavadocParagraph
|
12 | |
JavadocStyle
|
6 | ||
| JavadocTagContinuationIndentation | 2 | ||
| NonEmptyAtclauseDescription | 10 | ||
| modifier | RedundantModifier | 8 | |
| naming | LocalVariableName
|
2 | |
MemberName
|
1 | ||
| sizes | LineLength
|
9 | |
| whitespace | EmptyLineSeparator
|
12 | |
OperatorWrap
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 27 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 70 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 73 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 78 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 42 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 16 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 16 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 134 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '55'. | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '33'. | 51 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 28 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 32 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 27 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'qNameToKeys' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 | |
| naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 14 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| 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 | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 4. | 189 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 101 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 102 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 103 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 104 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 105 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 106 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 107 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 108 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 109 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 110 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 111 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 20 |