The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 4 | |
| IllegalThrows | 4 | ||
| OverloadMethodsDeclarationOrder | 9 | ||
| indentation | Indentation
|
11 | |
| javadoc | JavadocParagraph
|
3 | |
JavadocStyle
|
94 | ||
| NonEmptyAtclauseDescription | 5 | ||
| modifier | ModifierOrder | 5 | |
| RedundantModifier | 6 | ||
| naming | AbbreviationAsWordInName
|
2 | |
MemberName
|
2 | ||
ParameterName
|
6 | ||
| sizes | LineLength
|
92 | |
| whitespace | EmptyLineSeparator
|
7 | |
OperatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
WhitespaceAround
|
11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 77 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 182 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 188 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 216 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 266 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 307 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 312 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 318 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '306'. | 343 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 344 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '311'. | 357 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 358 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 373 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 373 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 381 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 384 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 151). | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 72 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 119 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '127'. | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 22 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 42 | |
| 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 | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 59 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 82 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 156). | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 163). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 40 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 79 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 153 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 277 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 280 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| 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 |
|---|---|---|---|---|
| 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 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 50 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 50 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 57 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 57 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 21 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 37 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 38 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 39 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 40 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 41 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 42 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 43 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 44 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 45 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 140). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 166). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '52'. | 83 | |
| naming | ParameterName | Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| naming | ParameterName | Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '39'. | 104 | |
| naming | ParameterName | Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| naming | MemberName | Member name 'AFI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 | |
| naming | MemberName | Member name 'SAFI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 36 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 50 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 83 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 165). | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 17 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 33 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 72 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '76'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| 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 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 14 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| 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 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| 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 | |
| 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 |
| 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 | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| 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 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| 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. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 81 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'BGPRIBState' must contain no more than '4' capital letters. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 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. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| 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 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '30'. | 69 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'BGPRIBStateConsumer' must contain no more than '4' capital letters. | 16 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| 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 | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 13 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 17 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 19 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '19'. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| 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 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '25'. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 11 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 15 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 |
| 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 | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 54 |