The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | AnnotationLocation
|
4 | |
AnnotationLocation
|
4 | ||
| blocks | LeftCurly
|
17 | |
| NeedBraces | 5 | ||
RightCurly
|
5 | ||
| RightCurly | 5 | ||
| coding | IllegalCatch | 47 | |
| MissingSwitchDefault | 1 | ||
| OverloadMethodsDeclarationOrder | 5 | ||
| VariableDeclarationUsageDistance | 18 | ||
| imports | AvoidStarImport | 3 | |
CustomImportOrder
|
159 | ||
| RedundantImport | 1 | ||
| UnusedImports | 24 | ||
| indentation | Indentation
|
538 | |
| javadoc | JavadocStyle
|
9 | |
| NonEmptyAtclauseDescription | 3 | ||
| misc | ArrayTypeStyle | 1 | |
| modifier | ModifierOrder | 1 | |
| RedundantModifier | 2 | ||
| naming | AbbreviationAsWordInName
|
5 | |
| ConstantName | 1 | ||
LocalVariableName
|
17 | ||
ParameterName
|
6 | ||
| regexp | RegexpSingleline
|
2 | |
RegexpSinglelineJava
|
2 | ||
| sizes | LineLength
|
584 | |
| whitespace | EmptyLineSeparator
|
12 | |
| GenericWhitespace | 3 | ||
| MethodParamPad | 21 | ||
OperatorWrap
|
49 | ||
SeparatorWrap
|
23 | ||
SeparatorWrap
|
23 | ||
WhitespaceAround
|
512 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 20 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 36 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Strings' import. Should be before 'org.slf4j.LoggerFactory'. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.md.sal.binding.api.DataChangeListener. | 17 | |
| imports | UnusedImports | Unused import - org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker. | 18 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.concepts.ListenerRegistration. | 35 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 83 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 163 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 195 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 196 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.NaptSwitches' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.map.ip.mapping.IpMap'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.Networks' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.map.ip.mapping.IpMap'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.bgpmanager.api.IBgpManager' import. Should be before 'org.slf4j.LoggerFactory'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fib.rpc.rev160121.FibRpcService' import. Should be before 'org.slf4j.LoggerFactory'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.vpn.rpc.rev160201.VpnRpcService' import. Should be before 'org.slf4j.LoggerFactory'. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 102 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 106 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 114 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 148 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 154 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 158 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 160 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 165 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 168 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 169 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 185 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 197 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 198 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 311). | 209 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 210 | |
| sizes | LineLength | Line is longer than 120 characters (found 198). | 211 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 213 | |
| indentation | Indentation | 'for' have incorrect indentation level 18, expected level should be 16. | 214 | |
| indentation | Indentation | 'for' child have incorrect indentation level 22, expected level should be 20. | 215 | |
| indentation | Indentation | 'for' child have incorrect indentation level 22, expected level should be 20. | 216 | |
| indentation | Indentation | 'for' child have incorrect indentation level 22, expected level should be 20. | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 217 | |
| indentation | Indentation | 'for' child have incorrect indentation level 22, expected level should be 20. | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 241). | 218 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 18, expected level should be 16. | 219 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 226 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 227 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 240 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 242 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 251 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 224 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 231 | |
| sizes | LineLength | Line is longer than 120 characters (found 192). | 259 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 318 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 321 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 322 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 337 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 340 | |
| sizes | LineLength | Line is longer than 120 characters (found 211). | 341 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 361 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 367 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 367 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 433 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 433 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 451 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 455 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 458 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 459 | |
| naming | LocalVariableName | Local variable name 'IpSplit' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 460 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 463 | |
| whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. | 463 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 467 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 469 | |
| naming | LocalVariableName | Local variable name 'IpSplit' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 474 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 477 | |
| whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. | 477 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 481 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 483 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 498 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 502 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 503 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 504 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 527 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 530 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'addOrDelDefaultFibRouteForSNATWIthBgpVpn' must contain no more than '4' capital letters. | 536 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 538 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 546 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 549 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 554 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 557 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 564 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 565 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 570 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 572 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 573 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 574 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 583 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 585 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 587 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 589 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 590 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 591 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 603 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 607 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 612 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 612 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 617 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 617 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 618 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 662 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 668 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 676 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 686 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 700 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 703 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 711 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 713 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 721 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 730 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 761 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 774 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 782 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 790 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 792 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 801 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 801 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 806 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 806 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 810 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 12. | 837 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 838 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 12. | 839 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be 16. | 840 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be 12. | 841 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 847 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 854 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 872 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 872 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 895 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 895 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 901 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 906 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 911 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 913 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 914 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 916 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 917 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 8. | 919 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 919 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 12. | 920 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 8. | 921 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 924 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 927 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 951 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 964 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 966 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 971 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 972 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 976 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 977 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 980 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 981 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 982 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 983 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 985 | |
| sizes | LineLength | Line is longer than 120 characters (found 193). | 989 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 1008 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 1009 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 1010 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 1015 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 1016 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 1020 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 1027 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 1031 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1036 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 1042 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be 8. | 1048 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 1060 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 1064 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 1075 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 1094 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 1099 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 1112 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 1131 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1133 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1142 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1142 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1165 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 1167 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1179 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1188 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 1190 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 1198 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1201 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 1202 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 1211 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1214 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1214 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1223 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1223 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1224 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1224 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1230 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1230 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 1231 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 1236 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 1241 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1242 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1246 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 1252 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1255 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1255 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1258 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1258 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1260 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1260 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1263 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 1266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 1266 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 1266 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1266 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 1276 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1279 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1279 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1282 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1282 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 1283 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1288 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1288 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1292 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 1295 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 1295 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 1295 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1295 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1306 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1306 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 1307 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 1313 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1314 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 1316 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1320 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 1322 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1324 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1324 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 1326 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1342 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1342 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1344 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1344 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 1346 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1348 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1351 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1360 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1360 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1362 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1362 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1364 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1364 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1368 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 1371 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 1378 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 1380 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 1384 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 1388 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 1398 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 1398 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1402 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1416 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'leastLoadedExtIpAddrStr' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1434 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 1439 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 1444 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1447 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1447 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 1451 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 1452 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 1453 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 1457 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1463 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 1467 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1472 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1474 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1474 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1475 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1475 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1476 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 1495 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 1502 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1512 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1538 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 1539 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 1553 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1560 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 1561 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1564 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 1570 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1570 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 1575 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 1576 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1585 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 1586 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 8. | 1588 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1588 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1600 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1608 | |
| sizes | LineLength | Line is longer than 120 characters (found 178). | 1610 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 1615 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 1615 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1615 | |
| naming | LocalVariableName | Local variable name 'pSNatFlowRef' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1622 | |
| naming | LocalVariableName | Local variable name 'pSNatFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1623 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 1625 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 1633 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 1638 | |
| sizes | LineLength | Line is longer than 120 characters (found 172). | 1640 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 1649 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 1652 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1655 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1659 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1670 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1670 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 1672 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 1673 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 1673 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 1674 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 1674 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 1675 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1680 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1680 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1686 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1686 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1688 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1688 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1691 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 1699 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1700 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 1702 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 1710 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 1711 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 1713 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 1753 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 1753 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1753 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 1755 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 1756 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 1759 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1760 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1760 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1762 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1763 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1764 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 1765 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1767 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1767 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1767 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1770 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 1771 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1775 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1776 | |
| indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 1777 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1777 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1777 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 1778 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 1779 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 1780 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1781 | |
| indentation | Indentation | 'for' have incorrect indentation level 13, expected level should be 12. | 1782 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1782 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1782 | |
| indentation | Indentation | 'for' child have incorrect indentation level 17, expected level should be 16. | 1783 | |
| indentation | Indentation | 'for' have incorrect indentation level 17, expected level should be 16. | 1784 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 1784 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1784 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1785 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1786 | |
| indentation | Indentation | 'if' have incorrect indentation level 21, expected level should be 20. | 1787 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1787 | |
| indentation | Indentation | 'if' child have incorrect indentation level 25, expected level should be 24. | 1788 | |
| indentation | Indentation | 'if' child have incorrect indentation level 25, expected level should be 24. | 1789 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 21, expected level should be 20. | 1790 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1791 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1792 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1795 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 1795 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1796 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 1796 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1798 | |
| sizes | LineLength | Line is longer than 120 characters (found 185). | 1798 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1799 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1801 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1802 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1803 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1806 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 1806 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1807 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 1807 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1809 | |
| sizes | LineLength | Line is longer than 120 characters (found 191). | 1809 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1810 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1813 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1813 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 1813 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 1813 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1814 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1817 | |
| indentation | Indentation | 'for' child have incorrect indentation level 21, expected level should be 20. | 1818 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 17, expected level should be 16. | 1819 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 13, expected level should be 12. | 1820 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 1821 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 1822 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 8. | 1823 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 1824 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1826 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 1829 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1831 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1831 | |
| naming | LocalVariableName | Local variable name 'pSNatFlowRef' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1841 | |
| naming | LocalVariableName | Local variable name 'pSNatFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1842 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 1844 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 1850 | |
| naming | LocalVariableName | Local variable name 'pSNatGroupEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1850 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 1852 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 1859 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 1862 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1864 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1864 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1874 | |
| whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. | 1874 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 1897 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 1908 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 1911 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 1919 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 1923 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 1941 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 1943 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 1977 | |
| sizes | LineLength | Line is longer than 120 characters (found 175). | 1980 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 1988 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 1992 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 2010 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 2012 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 2018 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 2021 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 2059 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 2068 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 2090 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2090 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2095 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 2102 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2102 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 2103 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 2104 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 2105 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 2122 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2122 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2127 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 2129 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2147 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 2149 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2156 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2162 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2165 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 2175 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 2177 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 2179 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 2181 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2181 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 2189 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 2189 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 2189 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2189 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 2193 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 2196 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 2200 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 2204 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 2208 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 2208 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2222 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 2225 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2225 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 2232 | |
| indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be 12. | 2234 | |
| indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be 12. | 2235 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 2238 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2238 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 2240 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2240 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 2243 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2252 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 2263 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 2273 | |
| sizes | LineLength | Line is longer than 120 characters (found 163). | 2275 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2282 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 2300 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 2302 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 2311 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 2323 | |
| sizes | LineLength | Line is longer than 120 characters (found 169). | 2324 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 2331 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'routerId' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 2332 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 2332 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 2341 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 2343 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 2352 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 2359 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 2375 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 2381 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 2382 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 2406 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 2413 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 2423 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 2437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.MDSALUtil' import. Should be before 'org.opendaylight.genius.mdsalutil.MatchInfo'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.Networks' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.ports.InternalToExternalPortMap'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.NetworksKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.ports.InternalToExternalPortMap'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ExternalNetworks' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.ports.InternalToExternalPortMap'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.ports.InternalToExternalPortMap'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService' import. Should be before 'org.slf4j.LoggerFactory'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.slf4j.LoggerFactory'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.slf4j.LoggerFactory'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'org.slf4j.LoggerFactory'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 117 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'internalIp' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 123 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'internalIp' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 156 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 177 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'externalIp' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 228 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'floatingIpId' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 229 | |
| indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be 12. | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 266 | |
| naming | LocalVariableName | Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 | |
| naming | LocalVariableName | Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 290 | |
| naming | LocalVariableName | Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 | |
| naming | LocalVariableName | Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 309 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 316 | |
| naming | ParameterName | Parameter name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 316 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 337 | |
| naming | LocalVariableName | Local variable name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 353 | |
| naming | LocalVariableName | Local variable name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 365 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 380 | |
| naming | ParameterName | Parameter name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 385 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 386 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 394 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 395 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 397 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 409 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 419 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 420 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 425 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 426 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 450 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 453 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 458 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'externalIp' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 473 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 484 | |
| naming | LocalVariableName | Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 489 | |
| naming | ParameterName | Parameter name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 504 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 517 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 526 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 527 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 531 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 532 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 539 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 552 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 558 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 568 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 577 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.math.BigInteger. | 10 | |
| imports | UnusedImports | Unused import - org.opendaylight.genius.mdsalutil.packet.Ethernet. | 12 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 11 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.VpnInstanceOpData. | 22 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntry. | 23 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntryKey. | 24 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.VpnToDpnList. | 25 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ExtRouters. | 26 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.NaptSwitchesBuilder. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 71 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 81 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 83 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). | 85 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 87 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'while' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 95 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 12. | 102 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 12. | 104 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 12. | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 138 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 144 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 151 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 155 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| naming | ParameterName | Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 74 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 95 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 96 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 96 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 98 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 99 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 12. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 100 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 101 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 101 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 102 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 104 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 105 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 106 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 107 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 108 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 109 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 110 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 112 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 113 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 113 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 114 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 115 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 116 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 12. | 117 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 12. | 118 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 121 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 122 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 123 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 124 | |
| indentation | Indentation | 'else' child have incorrect indentation level 15, expected level should be 20. | 125 | |
| indentation | Indentation | 'else' child have incorrect indentation level 15, expected level should be 20. | 126 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 129 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 130 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 130 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 131 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 132 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 136 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 137 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 137 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 138 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 139 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 144 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 145 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 147 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 150 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 150 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 151 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 151 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 151 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 152 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 24. | 154 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 155 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 156 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 159 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 161 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 20, expected level should be 24. | 162 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 163 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 168 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 169 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 170 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 171 | |
| indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be 20. | 172 | |
| indentation | Indentation | 'try' child have incorrect indentation level 20, expected level should be 24. | 173 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be 20. | 174 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 174 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 20, expected level should be 24. | 175 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 20, expected level should be 24. | 176 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be 20. | 177 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 178 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 181 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 182 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 183 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 184 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 185 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 186 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 186 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 187 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 188 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 188 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 189 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 190 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 191 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 192 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 193 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 193 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 194 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 195 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 196 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 197 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 197 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 198 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 199 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 201 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 16. | 203 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 204 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 205 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 20. | 206 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 24. | 207 | |
| indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 28. | 209 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 209 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 32. | 210 | |
| indentation | Indentation | 'if' have incorrect indentation level 28, expected level should be 32. | 211 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 211 | |
| indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 36. | 213 | |
| indentation | Indentation | 'if' child have incorrect indentation level 32, expected level should be 36. | 214 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 28, expected level should be 32. | 216 | |
| indentation | Indentation | 'else' child have incorrect indentation level 32, expected level should be 36. | 217 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 28, expected level should be 32. | 218 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 24, expected level should be 28. | 219 | |
| indentation | Indentation | 'else' child have incorrect indentation level 28, expected level should be 32. | 220 | |
| indentation | Indentation | 'else' child have incorrect indentation level 28, expected level should be 32. | 221 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 24, expected level should be 28. | 222 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 24. | 223 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be 28. | 225 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be 24. | 226 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 20. | 227 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 228 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 16. | 229 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 229 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 16. | 231 | |
| indentation | Indentation | 'else' child have incorrect indentation level 16, expected level should be 20. | 232 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 16. | 233 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 12. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 235 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 235 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 16. | 236 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 16. | 237 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 237 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 12. | 238 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 240 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 240 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 241 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 249 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'translatedIp' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 253 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'translatedPort' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 254 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 255 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 256 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'switchFlowRef' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 260 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 260 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 263 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 265 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 265 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 279 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 284 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 295 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 302 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 305 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 311 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 311 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 311 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 311 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 320 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 327 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 333 | |
| sizes | LineLength | Line is longer than 120 characters (found 151). | 334 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 352 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 367 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 383 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 384 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 384 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 387 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 392 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 409 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 412 | |
| indentation | Indentation | 'else' child have incorrect indentation level 17, expected level should be 16. | 413 | |
| indentation | Indentation | 'else' child have incorrect indentation level 17, expected level should be 16. | 414 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 13, expected level should be 12. | 415 | |
| naming | LocalVariableName | Local variable name 'in_port' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 428 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 430 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 437 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 438 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 443 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 445 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 38 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 65 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 112 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 124 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 130 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 145 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 150). | 159 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 160 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 161 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 176 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 179 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'java.util.concurrent.Future'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'java.util.concurrent.Future'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.ips.counter.external.counters.ExternalIpCounterBuilder' import. Should be before 'org.slf4j.LoggerFactory'. | 72 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. | 74 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.UncheckedExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. | 75 | |
| naming | ParameterName | Parameter name 'PoolName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 93 | |
| indentation | Indentation | 'try' have incorrect indentation level 9, expected level should be 8. | 98 | |
| indentation | Indentation | 'try' child have incorrect indentation level 13, expected level should be 12. | 99 | |
| indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 100 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 101 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 102 | |
| indentation | Indentation | 'else' child have incorrect indentation level 17, expected level should be 16. | 103 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 13, expected level should be 12. | 104 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 9, expected level should be 8. | 105 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 13, expected level should be 12. | 106 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 9, expected level should be 8. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 138 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 141 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 153 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 154 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 157 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 158 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 162 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 163 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 164 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 167 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 168 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 169 | |
| sizes | LineLength | Line is longer than 120 characters (found 249). | 169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 170 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 170 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 170 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 171 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 172 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be 16. | 175 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 176 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 176 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 176 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 16. | 177 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 177 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 177 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 16. | 179 | |
| indentation | Indentation | 'else' child have incorrect indentation level 18, expected level should be 16. | 180 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 14, expected level should be 12. | 181 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 183 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 184 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 188 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 189 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 216 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 217 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 217 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 219 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 219 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 220 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 221 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 223 | |
| indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 224 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 224 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 225 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 226 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 227 | |
| indentation | Indentation | 'else' child have incorrect indentation level 17, expected level should be 16. | 241 | |
| indentation | Indentation | 'else' child have incorrect indentation level 17, expected level should be 16. | 242 | |
| indentation | Indentation | 'else' child have incorrect indentation level 17, expected level should be 16. | 243 | |
| indentation | Indentation | 'if' have incorrect indentation level 17, expected level should be 16. | 244 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 244 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 248 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 17, expected level should be 16. | 249 | |
| indentation | Indentation | 'else' child have incorrect indentation level 21, expected level should be 20. | 250 | |
| indentation | Indentation | 'if' have incorrect indentation level 21, expected level should be 20. | 251 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 251 | |
| indentation | Indentation | 'if' child have incorrect indentation level 25, expected level should be 24. | 252 | |
| indentation | Indentation | 'if' child have incorrect indentation level 25, expected level should be 24. | 253 | |
| indentation | Indentation | 'if' child have incorrect indentation level 25, expected level should be 24. | 254 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 21, expected level should be 20. | 255 | |
| indentation | Indentation | 'else' child have incorrect indentation level 21, expected level should be 20. | 256 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 17, expected level should be 16. | 257 | |
| indentation | Indentation | 'for' have incorrect indentation level 17, expected level should be 16. | 259 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 259 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 261 | |
| indentation | Indentation | 'try' have incorrect indentation level 21, expected level should be 20. | 268 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 275 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 277 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 280 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 284 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'externalIpPort' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 285 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 291 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 297 | |
| indentation | Indentation | 'try' child have incorrect indentation level 25, expected level should be 24. | 301 | |
| indentation | Indentation | 'try' child have incorrect indentation level 25, expected level should be 24. | 302 | |
| indentation | Indentation | 'try' child have incorrect indentation level 25, expected level should be 24. | 303 | |
| indentation | Indentation | 'try' child have incorrect indentation level 25, expected level should be 24. | 304 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 304 | |
| indentation | Indentation | 'if' have incorrect indentation level 25, expected level should be 24. | 305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 29, expected level should be 28. | 306 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 25, expected level should be 24. | 307 | |
| indentation | Indentation | 'try' child have incorrect indentation level 25, expected level should be 24. | 308 | |
| indentation | Indentation | 'try' child have incorrect indentation level 25, expected level should be 24. | 310 | |
| indentation | Indentation | 'try' child have incorrect indentation level 25, expected level should be 24. | 311 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 311 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 24. | 312 | |
| indentation | Indentation | 'try' child have incorrect indentation level 29, expected level should be 28. | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 314 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 25, expected level should be 24. | 315 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 315 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 29, expected level should be 28. | 316 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 316 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 25, expected level should be 24. | 317 | |
| indentation | Indentation | 'try' child have incorrect indentation level 25, expected level should be 24. | 319 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 319 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 326 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 13, expected level should be 12. | 327 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 327 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 8. | 328 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 328 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 329 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 330 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 331 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 334 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 334 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 345 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 345 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 347 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 347 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 348 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 349 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 349 | |
| indentation | Indentation | 'try' have incorrect indentation level 13, expected level should be 12. | 351 | |
| indentation | Indentation | 'try' child have incorrect indentation level 17, expected level should be 16. | 352 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 13, expected level should be 12. | 353 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 353 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 353 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 17, expected level should be 16. | 354 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 354 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 17, expected level should be 16. | 355 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 13, expected level should be 12. | 356 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 357 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 358 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 358 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 359 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 8. | 360 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 361 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 362 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 362 | |
| indentation | Indentation | 'try' have incorrect indentation level 13, expected level should be 12. | 364 | |
| indentation | Indentation | 'try' child have incorrect indentation level 17, expected level should be 16. | 365 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 13, expected level should be 12. | 366 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 366 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 366 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 17, expected level should be 16. | 367 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 367 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 17, expected level should be 16. | 368 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 13, expected level should be 12. | 369 | |
| indentation | Indentation | 'try' have incorrect indentation level 13, expected level should be 12. | 371 | |
| indentation | Indentation | 'try' child have incorrect indentation level 17, expected level should be 16. | 372 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 13, expected level should be 12. | 373 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 373 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 17, expected level should be 16. | 374 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 374 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 17, expected level should be 16. | 375 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 13, expected level should be 12. | 376 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 377 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 378 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 378 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 379 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 8. | 380 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 382 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 384 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 385 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 387 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 392 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 398 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 398 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 399 | |
| sizes | LineLength | Line is longer than 120 characters (found 160). | 403 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 409 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 409 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 410 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 415 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 415 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 420 | |
| indentation | Indentation | 'try' have incorrect indentation level 9, expected level should be 8. | 421 | |
| indentation | Indentation | 'try' child have incorrect indentation level 13, expected level should be 12. | 422 | |
| indentation | Indentation | 'try' child have incorrect indentation level 13, expected level should be 12. | 423 | |
| indentation | Indentation | 'try' child have incorrect indentation level 13, expected level should be 12. | 424 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 9, expected level should be 8. | 425 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 425 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 425 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 13, expected level should be 12. | 426 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 13, expected level should be 12. | 427 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 9, expected level should be 8. | 428 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 432 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 435 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 436 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 437 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 438 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 439 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 442 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 442 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 444 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 445 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 463 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 463 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 464 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 465 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 466 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 466 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 468 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 469 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 471 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 473 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 473 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 474 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 476 | |
| sizes | LineLength | Line is longer than 120 characters (found 212). | 477 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 478 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 479 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 479 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 480 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 12. | 481 | |
| indentation | Indentation | 'for' have incorrect indentation level 15, expected level should be 12. | 482 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 16. | 483 | |
| indentation | Indentation | 'if' child have incorrect indentation level 23, expected level should be 20. | 484 | |
| indentation | Indentation | 'if' child have incorrect indentation level 23, expected level should be 20. | 485 | |
| indentation | Indentation | 'if' child have incorrect indentation level 23, expected level should be 20. | 487 | |
| indentation | Indentation | 'if' child have incorrect indentation level 23, expected level should be 20. | 489 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 16. | 490 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 15, expected level should be 12. | 491 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 492 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 494 | |
| sizes | LineLength | Line is longer than 120 characters (found 161). | 494 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 495 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 496 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 498 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 500 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 501 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 503 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 504 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 505 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 506 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 507 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 12. | 508 | |
| indentation | Indentation | 'for' have incorrect indentation level 15, expected level should be 12. | 509 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be 16. | 510 | |
| indentation | Indentation | 'if' child have incorrect indentation level 23, expected level should be 20. | 511 | |
| indentation | Indentation | 'if' child have incorrect indentation level 23, expected level should be 20. | 512 | |
| indentation | Indentation | 'if' child have incorrect indentation level 23, expected level should be 20. | 513 | |
| indentation | Indentation | 'if' child have incorrect indentation level 23, expected level should be 20. | 514 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 16. | 515 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 516 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be 20. | 517 | |
| indentation | Indentation | 'if' have incorrect indentation level 24, expected level should be 20. | 518 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 24. | 519 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 519 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 24. | 520 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 24. | 521 | |
| indentation | Indentation | 'if' child have incorrect indentation level 28, expected level should be 24. | 522 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 24, expected level should be 20. | 523 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be 16. | 524 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 15, expected level should be 12. | 525 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 526 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 528 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 528 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 529 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 530 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 533 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 535 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 537 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 537 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 538 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 540 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 545 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 547 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 548 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 549 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 552 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 557 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 557 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 565 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 566 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 571 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 579 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 580 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 583 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 585 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 586 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 587 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 588 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 589 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 590 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 590 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 590 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 590 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 591 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 8. | 592 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 594 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 594 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 594 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 594 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 595 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 597 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 598 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 599 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 599 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 599 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 599 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 599 | |
| indentation | Indentation | 'else' child have incorrect indentation level 13, expected level should be 12. | 600 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 8. | 601 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 602 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 604 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 605 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 608 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 610 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 611 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 612 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 614 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 615 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 618 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 620 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 621 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 622 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 623 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 624 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 625 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 627 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 635 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 636 | |
| indentation | Indentation | 'for' child have incorrect indentation level 18, expected level should be 16. | 637 | |
| indentation | Indentation | 'for' child have incorrect indentation level 18, expected level should be 16. | 638 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be 16. | 639 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 639 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 639 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 639 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be 20. | 640 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be 16. | 641 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 642 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 659 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 665 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 666 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 667 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 667 | |
| indentation | Indentation | 'try' have incorrect indentation level 9, expected level should be 8. | 670 | |
| indentation | Indentation | 'try' child have incorrect indentation level 13, expected level should be 12. | 671 | |
| indentation | Indentation | 'try' child have incorrect indentation level 13, expected level should be 12. | 672 | |
| indentation | Indentation | 'if' have incorrect indentation level 13, expected level should be 12. | 673 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 673 | |
| indentation | Indentation | 'if' child have incorrect indentation level 17, expected level should be 16. | 674 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 13, expected level should be 12. | 675 | |
| indentation | Indentation | 'try' child have incorrect indentation level 13, expected level should be 12. | 676 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 676 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 9, expected level should be 8. | 677 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 13, expected level should be 12. | 678 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 678 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 9, expected level should be 8. | 679 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 680 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 682 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 687 | |
| naming | LocalVariableName | Local variable name 'IpSplit' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 688 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 691 | |
| whitespace | WhitespaceAround | WhitespaceAround: '==' is not preceded with whitespace. | 691 | |
| whitespace | WhitespaceAround | WhitespaceAround: '==' is not followed by whitespace. | 691 | |
| naming | ParameterName | Parameter name 'ExternalIp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 699 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 699 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 700 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 700 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 702 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 705 | |
| sizes | LineLength | Line is longer than 120 characters (found 176). | 707 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 712 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 714 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 715 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.slf4j.LoggerFactory'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.primitives.Ints' import. Should be before 'org.slf4j.LoggerFactory'. | 24 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| naming | ConstantName | Name 'incomingPacketMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 77 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 105 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 117 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.MDSALUtil' import. Should be before 'org.opendaylight.genius.mdsalutil.MatchInfo'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.IFibManager'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.IFibManager'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.IFibManager'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeBase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeGre' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeVxlan' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.GetTunnelInterfaceNameInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.GetTunnelInterfaceNameOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.ItmRpcService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 68 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 69 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 70 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'. | 71 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. | 72 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.slf4j.LoggerFactory'. | 73 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 74 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 129 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 150 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 164 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 168 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 172 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 175 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 177 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 182 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 202 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 203 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 224 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 248 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 249 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 265 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 292 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 308 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 311 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 313 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 320 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 320 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 320 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 324 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 339 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 342 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 356 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 356 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 368 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 388 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 400 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 413 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 448 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 460 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 463 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 464 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 475 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 490 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 500 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 505 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 522 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 523 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 523 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 524 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 536 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 577 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 577 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 583 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 618 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 636 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 655 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 663 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 686 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 696 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 708 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 729 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 744 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 758 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 758 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 764 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 767 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 772 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 777 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 781 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 785 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 787 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 790 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 805 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 817 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 821 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 34 should have line break after. | 44 | |
| blocks | RightCurly | '}' at column 52 should be alone on a line. | 44 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 45 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 45 | |
| blocks | RightCurly | '}' at column 46 should be alone on a line. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 24 | |
| imports | RedundantImport | Duplicate import to line 10 - java.math.BigInteger. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase' import. Should be before 'org.opendaylight.genius.mdsalutil.MDSALUtil'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.router.interfaces.RouterInterfaceKey'. | 18 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 27 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 67 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 70 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'private' modifier. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.opendaylight.genius.mdsalutil.*. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase' import. Should be before 'org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.bgpmanager.api.IBgpManager' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.RouteOrigin'. | 23 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.DpnRoutersListKey. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fib.rpc.rev160121.*. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fib.rpc.rev160121.*' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList'. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.*. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.*' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.tunnels_state.StateTunnelList' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.slf4j.LoggerFactory'. | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 51 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 140 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 146 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 185 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 192 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 194 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 200 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 204 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 213 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 217 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 223 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 225 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 228 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 229 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 232 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 236 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 241 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 242 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 268 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 268 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 270 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 270 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 275 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 275 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 280 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 287 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 288 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 295 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 295 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 302 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 303 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 304 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 323 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 325 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 335 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 342 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 353 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 353 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 353 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 353 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 354 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 360 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 376 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 397 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 398 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 404 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 404 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 410 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 410 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 416 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 416 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 431 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 432 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 446 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 450 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 450 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 466 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 476 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 484 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 486 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 487 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 492 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 555 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 555 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 560 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 565 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 567 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 567 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 569 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 569 | |
| sizes | LineLength | Line is longer than 120 characters (found 155). | 570 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 583 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 584 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 586 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 596 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 604 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 624 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 625 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 628 | |
| sizes | LineLength | Line is longer than 120 characters (found 139). | 629 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 634 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 637 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 640 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 640 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 649 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 650 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 651 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 664 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 665 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 667 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 677 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 685 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 708 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 709 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 715 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 716 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 717 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 730 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 739 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 741 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 755 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 756 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 758 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 758 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 758 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 758 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 759 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 768 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 777 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 778 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 787 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 793 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 797 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 798 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 801 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 802 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 807 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 810 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 814 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 814 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 815 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 818 | |
| sizes | LineLength | Line is longer than 120 characters (found 164). | 826 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 831 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 832 | |
| sizes | LineLength | Line is longer than 120 characters (found 182). | 834 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'java.math.BigInteger'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.collect.Sets' import. Should be before 'java.math.BigInteger'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.LearntVpnVipToPortData' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.VpnInstanceToVpnId'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetFieldCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.AllocateIdInput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.AllocateIdInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.AllocateIdOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetDpidFromInterfaceInput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetDpidFromInterfaceInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetDpidFromInterfaceOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetEgressActionsForInterfaceInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetEgressActionsForInterfaceOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.FloatingIpInfo' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.IntextIpMap' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. | 56 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.IntextIpPortMap' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. | 57 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.NaptSwitches' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. | 58 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProtocolTypes' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. | 59 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.NeutronRouterDpns' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.snatint.ip.port.map.intip.port.map.ip.port.IntIpProtoTypeKey'. | 89 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.PrefixToInterface' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.snatint.ip.port.map.intip.port.map.ip.port.IntIpProtoTypeKey'. | 90 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.VpnIdToVpnInstance' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.snatint.ip.port.map.intip.port.map.ip.port.IntIpProtoTypeKey'. | 91 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.RouterDpnList' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.neutron.vpn.portip.port.data.VpnPortipToPortKey'. | 100 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.RouterDpnListKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.neutron.vpn.portip.port.data.VpnPortipToPortKey'. | 101 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.RouterDpnListBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.neutron.vpn.portip.port.data.VpnPortipToPortKey'. | 102 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.DpnVpninterfacesList' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.neutron.vpn.portip.port.data.VpnPortipToPortKey'. | 103 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 121 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 122 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 123 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 124 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.bgpmanager.api.IBgpManager' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 125 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 126 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.Networks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 127 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.NetworksKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 128 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.RouterPorts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 129 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.RouterPortsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 130 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.Ports' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 131 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.PortsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 132 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.napt.switches.RouterToNaptSwitch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 133 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.napt.switches.RouterToNaptSwitchKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 134 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.id.to.vpn.instance.VpnIds' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 135 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.id.to.vpn.instance.VpnIdsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 136 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 137 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntryKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 138 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.DpnEndpoints' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 139 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.dpn.endpoints.DPNTEPsInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 140 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.dpn.endpoints.DPNTEPsInfoKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 141 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.dpn.endpoints.dpn.teps.info.TunnelEndPoints' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 142 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.port.map.IpPortMapping' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 143 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.port.map.IpPortMappingKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 144 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.DpnRoutersList' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 146 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.DpnRoutersListKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 147 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 148 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.dpn.vpninterfaces.list.RouterInterfacesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 149 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.dpn.vpninterfaces.list.RouterInterfacesKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 150 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 151 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.PrefixesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 152 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.PrefixesKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 153 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.DpnVpninterfacesListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 154 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.DpnVpninterfacesListKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 155 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.DpnRoutersListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 156 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 157 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersListKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 158 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.DpnRouters' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 159 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.Interfaces' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 160 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.Interfaces. | 160 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.InterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 161 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.InterfaceKey. | 161 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. | 162 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.slf4j.LoggerFactory'. | 167 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'org.slf4j.LoggerFactory'. | 168 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. | 169 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.slf4j.LoggerFactory'. | 170 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.slf4j.LoggerFactory'. | 171 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 172 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.slf4j.LoggerFactory'. | 173 | |
| imports | UnusedImports | Unused import - java.util.HashSet. | 173 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 174 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Objects' import. Should be before 'org.slf4j.LoggerFactory'. | 175 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'. | 176 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. | 177 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.slf4j.LoggerFactory'. | 178 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.WriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. | 179 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. | 180 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. | 181 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 197 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 212 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 214 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 219 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 221 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 221 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 228 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 231 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 238 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 247 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 251 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 266 | |
| indentation | Indentation | 'getVpnInstanceToVpnIdIdentifier' have incorrect indentation level 4, expected level should be 8. | 267 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 269 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 270 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 284 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 284 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 290 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 296 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 296 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 297 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 297 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 321 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 326 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 328 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 366 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 375 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 401 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '319'. | 415 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 417 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 429 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 443 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 445 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 449 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '289'. | 467 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 468 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 476 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 489 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 491 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 495 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 501 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 503 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 512 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 514 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 514 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 519 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '455'. | 519 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 533 | |
| sizes | LineLength | Line is longer than 120 characters (found 170). | 569 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 575 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 597 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 598 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 610 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 611 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 620 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 620 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 640 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 645 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 653 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 653 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 674 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 679 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 680 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 684 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 684 | |
| sizes | LineLength | Line is longer than 120 characters (found 181). | 685 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 692 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 693 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 694 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 694 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 695 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 700 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 709 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 713 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 721 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 728 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 756 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 756 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '519'. | 761 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 777 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 778 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 785 | |
| sizes | LineLength | Line is longer than 120 characters (found 173). | 788 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 789 | |
| sizes | LineLength | Line is longer than 120 characters (found 254). | 790 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 795 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 817 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 830 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 832 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 833 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 833 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 838 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 838 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 841 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 841 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 850 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 858 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 864 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 871 | |
| coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '850'. | 871 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 871 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 881 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 891 | |
| sizes | LineLength | Line is longer than 120 characters (found 153). | 892 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 905 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 908 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 908 | |
| indentation | Indentation | 'getConfiguredRouterInterface' have incorrect indentation level 4, expected level should be 8. | 915 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 916 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 919 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 925 | |
| indentation | Indentation | 'getRouterInterfaceId' have incorrect indentation level 4, expected level should be 8. | 926 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 927 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 928 | |
| sizes | LineLength | Line is longer than 120 characters (found 159). | 929 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 935 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 936 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 940 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 946 | |
| sizes | LineLength | Line is longer than 120 characters (found 129). | 947 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 949 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 949 | |
| sizes | LineLength | Line is longer than 120 characters (found 237). | 952 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 954 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 954 | |
| sizes | LineLength | Line is longer than 120 characters (found 202). | 959 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 972 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 973 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 977 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 982 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 985 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 988 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 989 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 991 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 993 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 993 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 993 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 993 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 998 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1013 | |
| sizes | LineLength | Line is longer than 120 characters (found 146). | 1014 | |
| sizes | LineLength | Line is longer than 120 characters (found 233). | 1021 | |
| sizes | LineLength | Line is longer than 120 characters (found 289). | 1022 | |
| sizes | LineLength | Line is longer than 120 characters (found 180). | 1028 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1037 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1046 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1046 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not preceded with whitespace. | 1049 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 1049 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'else' is not followed by whitespace. | 1049 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1049 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1050 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1050 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 1056 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1058 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 1059 | |
| sizes | LineLength | Line is longer than 120 characters (found 233). | 1066 | |
| sizes | LineLength | Line is longer than 120 characters (found 295). | 1067 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 1079 | |
| sizes | LineLength | Line is longer than 120 characters (found 184). | 1083 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 1095 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 1102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1112 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 1138 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 1140 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1145 | |
| sizes | LineLength | Line is longer than 120 characters (found 154). | 1153 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 1156 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 1160 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 1161 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 1166 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1170 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1171 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1176 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1177 | |
| sizes | LineLength | Line is longer than 120 characters (found 152). | 1183 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1184 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 1185 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 1186 | |
| sizes | LineLength | Line is longer than 120 characters (found 167). | 1187 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 1243 | |
| indentation | Indentation | 'portsIdentifier' have incorrect indentation level 8, expected level should be 12. | 1284 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 1286 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 1287 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 1371 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1426 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 1433 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 1435 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 1436 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 1438 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. | 1440 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. | 1441 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 4, 8. | 1444 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 1451 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1457 | |
| indentation | Indentation | 'buildStateInterfaceId' have incorrect indentation level 4, expected level should be 8. | 1469 | |
| sizes | LineLength | Line is longer than 120 characters (found 148). | 1471 | |
| sizes | LineLength | Line is longer than 120 characters (found 165). | 1473 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 1498 | |
| javadoc | JavadocStyle | Javadoc has empty description section. | 1498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1499 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1500 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1501 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 134). | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 99 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 115 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 186 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 189 | |
| sizes | LineLength | Line is longer than 120 characters (found 141). | 220 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 16. | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 242 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 250 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 252 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 258 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 292 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 294 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 300 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 301 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 304 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 313 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 317 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 323 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 328 | |
| whitespace | SeparatorWrap | ',' should be on the previous line. | 329 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 332 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 333 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 336 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker. | 13 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 30 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 77 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 78 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 62 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 93 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 94 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 106 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 111 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 123 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 124 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 125 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 134 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 135 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'for' is not followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 120 characters (found 143). | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.MDSALUtil' import. Should be before 'org.opendaylight.genius.mdsalutil.MatchInfo'. | 21 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 135). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 127). | 114 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 114 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 20 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.subnetmaps.Subnetmap. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 126). | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 48 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.vpnmanager.api.IVpnManager' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress'. | 42 | |
| imports | CustomImportOrder | Import statement for 'org.opendaylight.netvirt.natservice.internal.NatUtil.buildfloatingIpIdToPortMappingIdentifier' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 69 | |
| sizes | LineLength | Line is longer than 120 characters (found 124). | 111 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 130 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 132 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 132 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 136 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 142 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. | 143 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 145 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 147 | |
| sizes | LineLength | Line is longer than 120 characters (found 137). | 147 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 148 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 148 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 155 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 156 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 161 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 162 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. | 165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. | 167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. | 169 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 170 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 171 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 172 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 173 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 175 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 176 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 177 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 178 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 179 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 190 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 193 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 205 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 233 | |
| sizes | LineLength | Line is longer than 120 characters (found 171). | 241 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 247 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 250 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 250 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 251 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 252 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 253 | |
| sizes | LineLength | Line is longer than 120 characters (found 138). | 253 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 254 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 255 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 256 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 257 | |
| sizes | LineLength | Line is longer than 120 characters (found 166). | 257 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 258 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. | 259 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. | 260 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 16, 20. | 261 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. | 262 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 273 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 276 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 304 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 388 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 401 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 405 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 120 characters (found 136). | 63 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 64 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SNAT_TABLE' must contain no more than '4' capital letters. | 93 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'DEFAULT_SNAT_FLOW_PRIORITY' must contain no more than '4' capital letters. | 94 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'FLOWID_SEPARATOR' must contain no more than '4' capital letters. | 95 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'SNAT_FLOWID_PREFIX' must contain no more than '4' capital letters. | 96 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'SNAT_FLOWID_PREFIX' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 96 | |
| naming | LocalVariableName | Local variable name 'SNAT_FLOWID_PREFIX' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'dpnId' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 99 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'routerId' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 101 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'groupId' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 102 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 125 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.mockito.Matchers.any' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 19 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.when' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 20 | |
| imports | CustomImportOrder | Import statement for 'org.mockito.Mockito.eq' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 21 | |
| imports | UnusedImports | Unused import - org.mockito.Mockito.eq. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker.DataChangeScope' import. Should be before 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.MDSALUtil' import. Should be before 'org.opendaylight.netvirt.natservice.internal.NaptManager'. | 29 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.IntextIpPortMap. | 33 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.port.map.IpPortMapping. | 39 | |
| imports | UnusedImports | Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.port.map.IpPortMappingKey. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. | 45 | |
| sizes | LineLength | Line is longer than 120 characters (found 145). | 58 | |
| sizes | LineLength | Line is longer than 120 characters (found 123). | 59 | |
| annotation | AnnotationLocation | Annotation 'Test' should be alone on line. | 80 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 83 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 85 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 86 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 88 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 89 | |
| annotation | AnnotationLocation | Annotation 'Test' should be alone on line. | 100 | |
| sizes | LineLength | Line is longer than 120 characters (found 133). | 104 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 105 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 107 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 108 | |
| annotation | AnnotationLocation | Annotation 'Test' should be alone on line. | 118 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 122 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 123 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 125 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 126 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 134 | |
| annotation | AnnotationLocation | Annotation 'Test' should be alone on line. | 136 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 140 | |
| sizes | LineLength | Line is longer than 120 characters (found 140). | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 143 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 144 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.genius.mdsalutil.NwConstants. | 17 |