The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | FallThrough | 2 | |
| IllegalCatch | 18 | ||
| MultipleVariableDeclarations | 3 | ||
| OverloadMethodsDeclarationOrder | 6 | ||
| imports | CustomImportOrder
|
6 | |
| indentation | Indentation
|
269 | |
| javadoc | JavadocParagraph
|
9 | |
JavadocStyle
|
66 | ||
| NonEmptyAtclauseDescription | 27 | ||
| modifier | ModifierOrder | 2 | |
| RedundantModifier | 26 | ||
| naming | AbbreviationAsWordInName
|
3 | |
LocalVariableName
|
1 | ||
MemberName
|
3 | ||
ParameterName
|
9 | ||
| TypeName | 1 | ||
| sizes | LineLength
|
655 | |
| whitespace | EmptyLineSeparator
|
8 | |
| MethodParamPad | 2 | ||
OperatorWrap
|
3 | ||
| ParenPad | 3 | ||
SeparatorWrap
|
5 | ||
SeparatorWrap
|
5 | ||
WhitespaceAround
|
52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 188). | 22 | |
| sizes | LineLength | Line is longer than 120 characters (found 319). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 333). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 16 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 19 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'BGPPSMImplModule' must contain no more than '5' consecutive capital letters. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'BGPPSMImplModuleFactory' must contain no more than '5' consecutive capital letters. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 46 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 46 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 24 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 24 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 23 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 339). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 13 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 13 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 277 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 104 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 149 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 151 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 155 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 156 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 157 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 158 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 160 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 161 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 162 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 164 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 166 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 167 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 169 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 170 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 171 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 172 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 174 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 175 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 176 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 177 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 204 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 221 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 230 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 230 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 235 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 235 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 237 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 237 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 242 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 268 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 159 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 168 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 200). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 240 | |
| naming | TypeName | Type name 'listenerRegistration' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 79 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 98 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 159 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 199 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 290 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 67 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 67 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 71 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 74 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 158 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 217 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 245 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 259 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 286 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 323 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 324 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 326 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 327 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 127). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 88 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 113 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 114 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 115 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 116 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 120 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 121 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 122 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 126 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 69 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 72 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 136 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 148 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 172 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 182 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 183 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 185 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 186 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 188 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 189 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 191 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 192 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 193 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 194 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 194 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 195 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 196 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 197 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 198 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 199 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 200 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 201 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 202 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 217 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 222 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 223 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 224 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 225 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 228 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 229 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 232 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 233 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 234 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 235 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 236 | |
| coding | FallThrough | Fall through from previous branch of the switch statement. | 236 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 237 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 238 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 239 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 240 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 241 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 242 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 243 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 244 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 245 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 147). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 182 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 202 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 249 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 47 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 50 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 98 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 26 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 122). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 165 | |
| indentation | Indentation | 'createChannelPipelineInitializer' have incorrect indentation level 8, expected level should be 12. | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.opendaylight.protocol.bgp.rib.impl.CheckUtil.checkIdleState' should be separated from previous import group by one line. | 11 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Objects.requireNonNull' should be separated from previous import group by one line. | 11 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | Javadoc has empty description section. | 12 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 163 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 276 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 283 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 298 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 228). | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 305 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 322 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 328 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 331 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 337 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 343 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 349 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 358 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 359 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 360 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 368 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 368 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '367'. | 379 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 408 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 409 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 466 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 506 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 510 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 525 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 265 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 319 | |
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 331 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 334 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 141). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'io.netty.channel.ChannelFuture' should be separated from previous import group by one line. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 143). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 47 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 63 | |
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 150 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 152 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 157 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 158 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 160 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 161 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 162 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 164 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 165 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 169 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 170 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 172 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 173 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 174 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 175 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 176 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 178 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 180 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 181 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 182 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 182 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 28. | 183 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 185 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 186 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 24. | 187 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 20. | 188 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 189 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 190 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 191 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 196 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 205 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 206 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 207 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 208 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 210 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 211 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 212 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 213 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 215 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 216 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 217 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 218 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 219 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 220 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 221 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 223 | |
| indentation | Indentation | 'case' child have incorrect indentation level 16, expected level should be 20. | 224 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 225 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 301). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 271 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 308 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 313 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 314 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 315 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 316 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 319 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 320 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 321 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 322 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 323 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 324 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 326 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 327 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 328 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 329 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 330 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 331 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 332 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 333 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 334 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 335 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 336 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 384 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 392 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 393 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 104 | |
| naming | ParameterName | Parameter name 'k' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 135 | |
| naming | ParameterName | Parameter name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 60 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 43 | |
| 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 | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 132 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 137 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 192). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 188 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 142). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 42 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 49 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 153). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 152). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 119 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 121 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 232 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 131). | 76 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 79 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 79 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 80 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 96 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 162). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 338). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 149 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 8, expected level should be 12. | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 194 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 148). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 133). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.protocol.bgp.rib.impl.spi.RIBSupportContext' import. Should be before 'org.opendaylight.protocol.bgp.rib.impl.spi.RIBSupportContextRegistry'. | 52 | |
| sizes | LineLength | Line is longer than 120 characters (found 205). | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 252 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 253 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 326 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 347 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 205). | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 46 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 26 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 151 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 162 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 191 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 209). | 253 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 270 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| whitespace | EmptyLineSeparator | ',' should be separated from previous statement. | 276 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 276 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 285 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 285 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 289 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 56 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 57 | |
| indentation | Indentation | '.' have incorrect indentation level 8, expected level should be 12. | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 214 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 229 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 124). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 27 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 30 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 32 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 33 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 35 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 36 | |
| 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. | 41 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 42 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 26 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 28 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 29 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 31 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 32 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 34 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 35 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 37 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 38 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 39 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 28 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 30 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 31 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 33 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 34 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 36 | |
| 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. | 39 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 40 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 116 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 123 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: '->' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 52 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 72 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 155 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 112 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 169 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 170 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 171 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 172 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 173 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 174 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 175 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 176 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 184 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 184 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 195 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 16. | 196 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 20. | 197 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 16. | 198 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 198 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 16, expected level should be 20. | 199 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 16. | 200 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 201 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 202 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 12. | 203 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 222 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 260 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 262 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 263 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 264 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 265 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 266 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 267 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 268 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 269 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 270 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 296 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 306 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'dObject' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 | |
| naming | MemberName | Member name 'wTx' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 156 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 158 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 173 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 227 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 239 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 249 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 260 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 269 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 271 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 279 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 281 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 292 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 295 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 298 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 298 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 319 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 330 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 332 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 342 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 344 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 346 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 349 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 356 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 358 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 367 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 369 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 371 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 374 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 381 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 382 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 385 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 387 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 390 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 401 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 413 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 414 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 416 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 87 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 90 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 135 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 137 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 139 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 141 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 143 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 146 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 12. | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 254 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 275 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 278 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 282 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 288 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 8. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 151 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 271 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 277 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 293 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 297 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 298 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 303 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 317 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 324 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 334 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 365 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 366 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 367 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 368 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 369 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 370 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 371 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 372 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 373 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 390 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 401 | |
| sizes | LineLength | Line is longer than 120 characters (found 256). | 411 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 416 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 420 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 428 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 432 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 433 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 434 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 436 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 437 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 438 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 439 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 440 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 441 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 442 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 443 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 444 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 445 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 446 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 451 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 459 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 144). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 234 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 237 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 255 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 262 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 232). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 275 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 291 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 293 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 315 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 319 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 320 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 327 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 328 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 330 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 331 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 336 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 338 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 339 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 345 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 348 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 350 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 351 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 360 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 364 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 373 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 375 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 376 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 378 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 379 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 395 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 405 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 406 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 409 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 410 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 413 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 414 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 416 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 423 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 424 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 426 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 428 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 434 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 441 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 444 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 446 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 448 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 449 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 451 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 453 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 456 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 457 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTreeFactory' import. Should be before 'org.opendaylight.mdsal.dom.api.DOMSchemaService'. | 28 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 243 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 246 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 83 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 60 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 41 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 130). | 67 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 23 | |
| 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 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 34 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 34 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 |
| 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 | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 50 | |
| 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 | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 63 | |
| 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 | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 28 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 30 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 34 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 12 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 12 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 24 |
| 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 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 |
| 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. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | OperatorWrap | '&&' should be on a new line. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Objects.requireNonNull' should be separated from previous import group by one line. | 12 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'BGPRIBStateImpl' must contain no more than '5' consecutive capital letters. | 31 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '46'. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 183 |
| 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. | 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. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '46'. | 66 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '56'. | 76 |
| 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 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 23 | |
| 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 |
| 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 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 24 | |
| 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. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 |
| 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. | 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. | 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 143). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 180). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 324 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 351 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '111'. | 362 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '118'. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 64 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 72 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 35 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 22 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 22 |