The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 1 | |
| OverloadMethodsDeclarationOrder | 5 | ||
| imports | CustomImportOrder
|
5 | |
| indentation | Indentation
|
5 | |
| javadoc | JavadocStyle
|
8 | |
| NonEmptyAtclauseDescription | 5 | ||
| misc | ArrayTypeStyle | 1 | |
| modifier | ModifierOrder | 4 | |
| RedundantModifier | 36 | ||
| naming | AbbreviationAsWordInName
|
4 | |
MemberName
|
4 | ||
ParameterName
|
2 | ||
| sizes | LineLength
|
613 | |
| whitespace | EmptyLineSeparator
|
2 | |
| ParenPad | 1 | ||
SeparatorWrap
|
7 | ||
SeparatorWrap
|
7 | ||
WhitespaceAround
|
3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 150). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 132 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 158 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 158 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 160 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 160 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 162 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 162 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 164 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 164 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 173 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 173 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 173 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 182 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 182 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 236 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 275 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 277 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 279 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 281 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 289 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 291 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 342 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 418 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 437 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 469 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '251'. | 472 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 488 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 578 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 596 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 613 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 613 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '211'. | 619 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 625 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '624'. | 649 |
| 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 131). | 102 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 123). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 236). | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 236). | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 74 | |
| indentation | Indentation | 'method call rparen' have incorrect indentation level 16, expected level should be 8. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 79 | |
| indentation | Indentation | 'method call rparen' have incorrect indentation level 16, expected level should be 8. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 243). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 243). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 89 | |
| indentation | Indentation | 'method call rparen' have incorrect indentation level 16, expected level should be 8. | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 94 | |
| indentation | Indentation | 'method call rparen' have incorrect indentation level 16, expected level should be 8. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 109 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 110 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 114 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 117 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 91 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 95 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 103 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 108 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 135 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 149 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 166 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 180). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 156). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 97 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 127 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 180). | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 170). | 62 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 64 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 68 | |
| whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 79 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 126 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 166). | 106 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'FS_PARSER' must contain no more than '5' consecutive capital letters. | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 243). | 166 | |
| naming | MemberName | Member name 'FS_PARSER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 184 | |
| sizes | LineLength | Line is longer than 120 characters (found 236). | 204 | |
| sizes | LineLength | Line is longer than 120 characters (found 298). | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 216). | 220 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 342). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 258 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 269 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 279 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 282 | |
| sizes | LineLength | Line is longer than 120 characters (found 236). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 298). | 309 | |
| sizes | LineLength | Line is longer than 120 characters (found 216). | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 330 | |
| sizes | LineLength | Line is longer than 120 characters (found 342). | 333 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 337 | |
| sizes | LineLength | Line is longer than 120 characters (found 236). | 375 | |
| sizes | LineLength | Line is longer than 120 characters (found 292). | 382 | |
| sizes | LineLength | Line is longer than 120 characters (found 213). | 390 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 404 | |
| sizes | LineLength | Line is longer than 120 characters (found 347). | 407 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 412 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 417 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 422 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 428 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 434 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 440 | |
| sizes | LineLength | Line is longer than 120 characters (found 236). | 488 | |
| sizes | LineLength | Line is longer than 120 characters (found 292). | 495 | |
| sizes | LineLength | Line is longer than 120 characters (found 213). | 503 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 518 | |
| sizes | LineLength | Line is longer than 120 characters (found 347). | 521 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 527 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 535 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 538 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 546 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 554 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 557 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 565 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 575 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 576 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 578 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 579 | |
| sizes | LineLength | Line is longer than 120 characters (found 273). | 581 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 582 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 587 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 588 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 589 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 597 | |
| sizes | LineLength | Line is longer than 120 characters (found 276). | 607 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 608 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 612 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 620 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 628 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 629 | |
| sizes | LineLength | Line is longer than 120 characters (found 235). | 630 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 631 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 634 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 642 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 650 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 651 | |
| sizes | LineLength | Line is longer than 120 characters (found 368). | 652 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 653 | |
| sizes | LineLength | Line is longer than 120 characters (found 212). | 656 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 664 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 672 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 673 | |
| sizes | LineLength | Line is longer than 120 characters (found 368). | 674 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 675 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 678 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 686 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 694 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 695 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 696 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 697 | |
| sizes | LineLength | Line is longer than 120 characters (found 209). | 700 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 708 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 716 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 717 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 718 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 719 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 722 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 730 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 738 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 739 | |
| sizes | LineLength | Line is longer than 120 characters (found 238). | 740 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 741 | |
| sizes | LineLength | Line is longer than 120 characters (found 220). | 744 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 752 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 761 | |
| sizes | LineLength | Line is longer than 120 characters (found 279). | 762 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 763 | |
| sizes | LineLength | Line is longer than 120 characters (found 212). | 766 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 774 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 783 | |
| sizes | LineLength | Line is longer than 120 characters (found 296). | 784 | |
| sizes | LineLength | Line is longer than 120 characters (found 323). | 785 | |
| sizes | LineLength | Line is longer than 120 characters (found 232). | 788 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 796 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRoute' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.routes.FlowspecL3vpnIpv4RoutesBuilder'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRouteBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.routes.FlowspecL3vpnIpv4RoutesBuilder'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRouteKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.routes.FlowspecL3vpnIpv4RoutesBuilder'. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 69 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 216). | 70 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 144 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'FS_PARSER' must contain no more than '5' consecutive capital letters. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 239). | 89 | |
| naming | MemberName | Member name 'FS_PARSER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 142 | |
| sizes | LineLength | Line is longer than 120 characters (found 292). | 152 | |
| sizes | LineLength | Line is longer than 120 characters (found 212). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 197 | |
| sizes | LineLength | Line is longer than 120 characters (found 298). | 207 | |
| sizes | LineLength | Line is longer than 120 characters (found 212). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 234 | |
| sizes | LineLength | Line is longer than 120 characters (found 298). | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 213). | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 279 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 287 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 293 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 298). | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 213). | 329 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 345 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 350 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 359 | |
| sizes | LineLength | Line is longer than 120 characters (found 296). | 360 | |
| sizes | LineLength | Line is longer than 120 characters (found 323). | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 232). | 364 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 372 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 382 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 383 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 385 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 273). | 388 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 389 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 394 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 395 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 396 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 404 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 414 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 415 | |
| sizes | LineLength | Line is longer than 120 characters (found 189). | 417 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 418 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 424 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 432 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 440 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 442 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 450 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 458 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 138). | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 68 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 69 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 216). | 70 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 70 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 90 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 121 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 144 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 165 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 187 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 161). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 | |
| naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 206). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 212). | 56 | |
| sizes | LineLength | Line is longer than 120 characters (found 243). | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 213). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 244). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'FS_PARSER' must contain no more than '5' consecutive capital letters. | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 241). | 159 | |
| naming | MemberName | Member name 'FS_PARSER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 174 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 199 | |
| sizes | LineLength | Line is longer than 120 characters (found 234). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 269). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 221 | |
| sizes | LineLength | Line is longer than 120 characters (found 342). | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 245 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 234). | 295 | |
| sizes | LineLength | Line is longer than 120 characters (found 269). | 302 | |
| sizes | LineLength | Line is longer than 120 characters (found 203). | 308 | |
| sizes | LineLength | Line is longer than 120 characters (found 342). | 311 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 315 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 234). | 363 | |
| sizes | LineLength | Line is longer than 120 characters (found 269). | 370 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 379 | |
| sizes | LineLength | Line is longer than 120 characters (found 347). | 382 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 387 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 392 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 397 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 403 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 409 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 415 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 464 | |
| sizes | LineLength | Line is longer than 120 characters (found 234). | 474 | |
| sizes | LineLength | Line is longer than 120 characters (found 269). | 481 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 491 | |
| sizes | LineLength | Line is longer than 120 characters (found 347). | 494 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 500 | |
| sizes | LineLength | Line is longer than 120 characters (found 179). | 508 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 511 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 519 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 527 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 530 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 538 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 548 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 549 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 551 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 552 | |
| sizes | LineLength | Line is longer than 120 characters (found 272). | 554 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 555 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 560 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 561 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 562 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 570 | |
| sizes | LineLength | Line is longer than 120 characters (found 275). | 580 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 581 | |
| sizes | LineLength | Line is longer than 120 characters (found 195). | 585 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 593 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 601 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 602 | |
| sizes | LineLength | Line is longer than 120 characters (found 235). | 603 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 604 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 607 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 615 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 623 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 624 | |
| sizes | LineLength | Line is longer than 120 characters (found 367). | 625 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 626 | |
| sizes | LineLength | Line is longer than 120 characters (found 212). | 629 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 637 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 645 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 646 | |
| sizes | LineLength | Line is longer than 120 characters (found 367). | 647 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 648 | |
| sizes | LineLength | Line is longer than 120 characters (found 204). | 651 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 659 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 667 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 668 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 669 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 670 | |
| sizes | LineLength | Line is longer than 120 characters (found 209). | 673 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 681 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 689 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 690 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 691 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 692 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 695 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 703 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 711 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 712 | |
| sizes | LineLength | Line is longer than 120 characters (found 237). | 713 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 714 | |
| sizes | LineLength | Line is longer than 120 characters (found 220). | 717 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 725 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 734 | |
| sizes | LineLength | Line is longer than 120 characters (found 278). | 735 | |
| sizes | LineLength | Line is longer than 120 characters (found 158). | 736 | |
| sizes | LineLength | Line is longer than 120 characters (found 212). | 739 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 747 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 756 | |
| sizes | LineLength | Line is longer than 120 characters (found 295). | 757 | |
| sizes | LineLength | Line is longer than 120 characters (found 322). | 758 | |
| sizes | LineLength | Line is longer than 120 characters (found 232). | 761 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 769 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 781 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 782 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 783 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 210). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 216). | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 247). | 67 | |
| sizes | LineLength | Line is longer than 120 characters (found 217). | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 248). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | AbbreviationAsWordInName | Abbreviation in name 'FS_PARSER' must contain no more than '5' consecutive capital letters. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 241). | 84 | |
| naming | MemberName | Member name 'FS_PARSER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 125 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 133 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 273). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 183 | |
| sizes | LineLength | Line is longer than 120 characters (found 207). | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 273). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 216 | |
| sizes | LineLength | Line is longer than 120 characters (found 208). | 235 | |
| sizes | LineLength | Line is longer than 120 characters (found 273). | 249 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 256 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 264 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 271 | |
| sizes | LineLength | Line is longer than 120 characters (found 208). | 291 | |
| sizes | LineLength | Line is longer than 120 characters (found 273). | 306 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 317 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 322 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 331 | |
| sizes | LineLength | Line is longer than 120 characters (found 295). | 332 | |
| sizes | LineLength | Line is longer than 120 characters (found 322). | 333 | |
| sizes | LineLength | Line is longer than 120 characters (found 232). | 336 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 344 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 355 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 357 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 358 | |
| sizes | LineLength | Line is longer than 120 characters (found 272). | 360 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 361 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 366 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 367 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 368 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 376 | |
| sizes | LineLength | Line is longer than 120 characters (found 229). | 386 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 387 | |
| sizes | LineLength | Line is longer than 120 characters (found 188). | 389 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 390 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 396 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 404 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 412 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 414 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 422 | |
| sizes | LineLength | Line is longer than 120 characters (found 187). | 430 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 128). | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 28 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 135). | 29 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 31 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 125). | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 445). | 112 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 126 | |
| sizes | LineLength | Line is longer than 120 characters (found 453). | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 457). | 155 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 166 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 167 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 171 | |
| sizes | LineLength | Line is longer than 120 characters (found 433). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 178 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 180 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 411). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 215 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 425). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 228 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 428). | 248 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 249 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 261 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 263 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 265 | |
| sizes | LineLength | Line is longer than 120 characters (found 445). | 271 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 272 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 274 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 283 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 286 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 288 | |
| sizes | LineLength | Line is longer than 120 characters (found 445). | 294 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 295 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 182). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 179). | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 218). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 183). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 183). | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 196). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 184). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 238). | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 185). | 34 | |
| sizes | LineLength | Line is longer than 120 characters (found 242). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 182). | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 230). | 38 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 31 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 32 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 36 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 42 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 42 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 | |
| sizes | LineLength | Line is longer than 120 characters (found 239). | 48 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '42'. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 66 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '44'. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 46 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 63 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 73 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 168). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 121). | 25 |
| 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 129). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 34 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 34 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 43 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 59 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 63 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 59 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 61 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 65 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 88 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 90 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 107 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 109 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 165). | 31 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 30 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 41 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 62 |
| 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 126). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 216). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 221). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 261). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 222). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 262). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRoute' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.routes.FlowspecL3vpnIpv4Routes'. | 15 | |
| sizes | LineLength | Line is longer than 120 characters (found 183). | 27 |
| 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 126). | 37 | |
| sizes | LineLength | Line is longer than 120 characters (found 216). | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 215). | 54 | |
| sizes | LineLength | Line is longer than 120 characters (found 221). | 76 | |
| sizes | LineLength | Line is longer than 120 characters (found 261). | 77 | |
| sizes | LineLength | Line is longer than 120 characters (found 222). | 92 | |
| sizes | LineLength | Line is longer than 120 characters (found 262). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 183). | 26 |