The following document contains the results of Checkstyle 6.16 with odl_checks.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock
|
11 | |
LeftCurly
|
4 | ||
| NeedBraces | 4 | ||
RightCurly
|
9 | ||
| RightCurly | 9 | ||
| coding | EmptyStatement | 1 | |
| IllegalCatch | 101 | ||
| MissingSwitchDefault | 2 | ||
| MultipleVariableDeclarations | 11 | ||
| VariableDeclarationUsageDistance | 9 | ||
| design | MutableException | 1 | |
| imports | AvoidStarImport | 3 | |
CustomImportOrder
|
57 | ||
| RedundantImport | 2 | ||
| UnusedImports | 12 | ||
| indentation | Indentation
|
200 | |
| misc | ArrayTypeStyle | 7 | |
| modifier | ModifierOrder | 12 | |
| RedundantModifier | 9 | ||
| naming | AbbreviationAsWordInName
|
1 | |
| ConstantName | 25 | ||
LocalVariableName
|
58 | ||
MemberName
|
9 | ||
MethodName
|
2 | ||
MethodName
|
2 | ||
ParameterName
|
7 | ||
| regexp | RegexpSingleline
|
81 | |
RegexpSinglelineJava
|
15 | ||
RegexpSinglelineJava
|
97 | ||
| sizes | LineLength
|
21 | |
| whitespace | EmptyLineSeparator
|
33 | |
| GenericWhitespace | 2 | ||
| MethodParamPad | 17 | ||
OperatorWrap
|
22 | ||
SeparatorWrap
|
4 | ||
SeparatorWrap
|
4 | ||
WhitespaceAround
|
529 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.netvirt.bgpmanager.oam.BgpAlarms' import. Should be before 'org.opendaylight.netvirt.bgpmanager.oam.BgpCounters'. | 52 | |
| imports | RedundantImport | Duplicate import to line 49 - org.opendaylight.netvirt.bgpmanager.oam.BgpAlarms. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.utils.batching.DefaultBatchHandler' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 95 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 99 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.yangtools.yang.binding.DataObject' import. Should be before 'org.slf4j.LoggerFactory'. | 100 | |
| imports | RedundantImport | Duplicate import to line 93 - org.opendaylight.yangtools.yang.binding.DataObject. | 100 | |
| naming | ConstantName | Name 'ipActivationCheckTimer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 126 | |
| naming | MemberName | Member name 'StaleStartTime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 | |
| naming | MemberName | Member name 'StaleEndTime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 | |
| naming | MemberName | Member name 'CfgReplayStartTime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 | |
| naming | MemberName | Member name 'CfgReplayEndTime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 | |
| naming | MemberName | Member name 'StaleCleanupTime' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 | |
| naming | ConstantName | Name 'dsRetryCoount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 | |
| naming | ConstantName | Name 'waitTimeBetweenEachTryMillis' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 135 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 137 | |
| blocks | RightCurly | '}' at column 89 should be alone on a line. | 137 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not preceded with whitespace. | 137 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 138 | |
| naming | ConstantName | Name 'reactors' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 198 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 199 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 200 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 201 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 202 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 203 | |
| naming | LocalVariableName | Local variable name 'uPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 218 | |
| sizes | LineLength | Line is longer than 120 characters (found 156). | 243 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 265 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 281 | |
| naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 305 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 24, 28. | 322 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 20, expected level should be one of the following: 28, 32. | 324 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 28, 32. | 325 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be one of the following: 32, 36. | 326 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be one of the following: 32, 36. | 327 | |
| indentation | Indentation | 'if' child have incorrect indentation level 24, expected level should be one of the following: 32, 36. | 328 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 28, 32. | 329 | |
| indentation | Indentation | 'else' child have incorrect indentation level 24, expected level should be one of the following: 32, 36. | 330 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 20, expected level should be one of the following: 28, 32. | 332 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 24, 28. | 333 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. | 334 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 335 | |
| naming | ConstantName | Name 'addWarn' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 340 | |
| naming | ConstantName | Name 'delWarn' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 342 | |
| naming | ConstantName | Name 'updWarn' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 344 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 350 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 351 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 359 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 367 | |
| blocks | EmptyBlock | Empty catch block. | 367 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 391 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 415 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 433 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 441 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 475 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 493 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 508 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 533 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 534 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 543 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 551 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 565 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 583 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 597 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 621 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 631 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 632 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 641 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 649 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 662 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 681 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 695 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 717 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 728 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 729 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 738 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 746 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 764 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 783 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 799 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 819 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 820 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 829 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 837 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 852 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 871 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 886 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 906 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 907 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 916 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 924 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 939 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 958 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 973 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 993 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 994 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1003 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 1011 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1028 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 1047 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1064 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1084 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 1085 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1094 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1099 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 1106 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1126 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 1139 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1161 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 1174 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1174 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1194 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 1195 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1206 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 1214 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1230 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 1249 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1264 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1285 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 1286 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1293 | |
| naming | LocalVariableName | Local variable name 'process_bgp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1296 | |
| naming | LocalVariableName | Local variable name 'process_os' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1297 | |
| naming | ConstantName | Name 'yangObj' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 1311 | |
| indentation | Indentation | 'add' have incorrect indentation level 8, expected level should be 12. | 1320 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1325 | |
| blocks | EmptyBlock | Empty catch block. | 1325 | |
| indentation | Indentation | 'remove' have incorrect indentation level 8, expected level should be 12. | 1363 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1388 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 1389 | |
| naming | LocalVariableName | Local variable name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1395 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1411 | |
| blocks | EmptyBlock | Empty catch block. | 1411 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1415 | |
| blocks | EmptyBlock | Empty catch block. | 1415 | |
| naming | LocalVariableName | Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1428 | |
| naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1430 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1433 | |
| coding | EmptyStatement | Empty statement. | 1437 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1441 | |
| blocks | EmptyBlock | Empty catch block. | 1441 | |
| naming | ParameterName | Parameter name 'as_num' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1446 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1450 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1454 | |
| sizes | LineLength | Line is longer than 120 characters (found 122). | 1492 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 1492 | |
| naming | LocalVariableName | Local variable name 'route_sync_time' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1498 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1502 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 1520 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1530 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1538 | |
| naming | LocalVariableName | Local variable name 'u' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1544 | |
| naming | LocalVariableName | Local variable name 'stale_fib_rd_map' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1545 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1557 | |
| blocks | EmptyBlock | Empty catch block. | 1557 | |
| naming | LocalVariableName | Local variable name 'stale_fib_rd_map' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1571 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 1605 | |
| naming | ParameterName | Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1605 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1611 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1620 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1629 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1640 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1676 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1681 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 1681 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 1681 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 1681 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 1682 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 9, expected level should be 8. | 1686 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 1687 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 9, expected level should be 8. | 1688 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 5, expected level should be 4. | 1689 | |
| naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1712 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1732 | |
| naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1745 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1749 | |
| naming | LocalVariableName | Local variable name 'g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1754 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1758 | |
| naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1763 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1769 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1789 | |
| naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1794 | |
| indentation | Indentation | 'startConfig' have incorrect indentation level 4, expected level should be 8. | 1817 | |
| indentation | Indentation | 'startBgp' have incorrect indentation level 4, expected level should be 8. | 1828 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 1829 | |
| indentation | Indentation | 'addLogging' have incorrect indentation level 4, expected level should be 8. | 1843 | |
| indentation | Indentation | 'addGracefulRestart' have incorrect indentation level 4, expected level should be 8. | 1853 | |
| indentation | Indentation | 'addNeighbor' have incorrect indentation level 4, expected level should be 8. | 1863 | |
| indentation | Indentation | 'addUpdateSource' have incorrect indentation level 4, expected level should be 8. | 1875 | |
| indentation | Indentation | 'addEbgpMultihop' have incorrect indentation level 4, expected level should be 8. | 1889 | |
| naming | ParameterName | Parameter name 'nHops' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1889 | |
| indentation | Indentation | 'addAddressFamily' have incorrect indentation level 4, expected level should be 8. | 1902 | |
| naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1904 | |
| indentation | Indentation | 'addPrefix' have incorrect indentation level 4, expected level should be 8. | 1917 | |
| indentation | Indentation | 'addVrf' have incorrect indentation level 4, expected level should be 8. | 1930 | |
| indentation | Indentation | 'delAddressFamily' have incorrect indentation level 4, expected level should be 8. | 2000 | |
| naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2002 | |
| sizes | LineLength | Line is longer than 120 characters (found 134). | 2054 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 2056 | |
| sizes | LineLength | Line is longer than 120 characters (found 128). | 2057 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 2063 | |
| naming | LocalVariableName | Local variable name 'stale_vrfTables' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2103 | |
| naming | LocalVariableName | Local variable name 'stale_fib_ent_map' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2105 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 2125 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 2141 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2145 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 2145 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2148 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2151 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2154 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2157 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 2157 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'return' is not preceded with whitespace. | 2157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not followed by whitespace. | 2157 | |
| blocks | RightCurly | '}' at column 70 should be alone on a line. | 2157 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not preceded with whitespace. | 2157 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2158 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 2158 | |
| blocks | RightCurly | '}' at column 63 should be alone on a line. | 2158 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not preceded with whitespace. | 2158 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 2168 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2168 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2171 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 2171 | |
| naming | ParameterName | Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2171 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 2185 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 2186 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 2187 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 2192 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 2193 | |
| naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2199 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2206 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 2213 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 2214 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 2215 | |
| naming | LocalVariableName | Local variable name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2221 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 2228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 10 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.opendaylight.netvirt.bgpmanager.oam.*. | 15 | |
| naming | MemberName | Member name 'qBGPrestartTS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 30 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 50 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 225 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 228 | |
| naming | ParameterName | Parameter name 'qBGPrestartTS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 236 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 239 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 242 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 245 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 248 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.TransactionChainListener' import. Should be before 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.TransactionChain' import. Should be before 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.BlockingQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.Executors' import. Should be before 'org.slf4j.LoggerFactory'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ExecutorService' import. Should be before 'org.slf4j.LoggerFactory'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.LinkedBlockingQueue' import. Should be before 'org.slf4j.LoggerFactory'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.TimeoutException' import. Should be before 'org.slf4j.LoggerFactory'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.ThreadFactory' import. Should be before 'org.slf4j.LoggerFactory'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.concurrent.atomic.AtomicInteger' import. Should be before 'org.slf4j.LoggerFactory'. | 38 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 110 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 141 | |
| blocks | EmptyBlock | Empty catch block. | 141 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 120 characters (found 174). | 39 | |
| sizes | LineLength | Line is longer than 120 characters (found 157). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 120 characters (found 131). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 120 characters (found 142). | 75 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 87 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 89 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 89 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 91 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 94 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 97 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 100 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 103 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 106 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 16. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 111 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 16, expected level should be 20. | 113 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 113 | |
| sizes | LineLength | Line is longer than 120 characters (found 162). | 113 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 115 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 125 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 129 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 130 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 147 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 167 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 170 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 16. | 171 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 172 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 184 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 191 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 196 | |
| sizes | LineLength | Line is longer than 120 characters (found 136). | 196 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 201 | |
| sizes | LineLength | Line is longer than 120 characters (found 177). | 201 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 206 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 211 | |
| sizes | LineLength | Line is longer than 120 characters (found 186). | 211 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 216 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 222 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 224 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 227 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 233 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 245 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 245 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 249 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 256 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 264 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 274 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 278 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 279 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 287 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 288 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 294 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 294 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 294 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 316 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 320 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 323 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 334 | |
| blocks | EmptyBlock | Empty catch block. | 334 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 341 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 343 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 350 | |
| blocks | EmptyBlock | Empty catch block. | 350 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 353 | |
| sizes | LineLength | Line is longer than 120 characters (found 147). | 353 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 355 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 361 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 365 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 365 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 369 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 373 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 376 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 377 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.concurrent.Future. | 12 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.util.concurrent.Future'. | 14 | |
| imports | UnusedImports | Unused import - com.google.common.base.Optional. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.genius.utils.clustering.EntityOwnerUtils' import. Should be before 'org.opendaylight.netvirt.bgpmanager.commands.Commands'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Date' import. Should be before 'org.opendaylight.netvirt.bgpmanager.commands.Commands'. | 22 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 33 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 120 characters (found 130). | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '-' is not followed by whitespace. | 55 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 69 | |
| blocks | EmptyBlock | Empty catch block. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 54 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 149). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | ConstantName | Name 'BGPd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 43 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 44 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 45 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 46 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 47 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 48 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 49 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 50 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 51 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 52 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 53 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 54 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 55 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 56 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 57 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 58 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 59 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be 8. | 60 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'sArg' 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). | 66 | |
| naming | LocalVariableName | Local variable name 'sArg' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 68 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 71 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 75 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 85 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 88 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 90 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 91 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 95 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 16. | 96 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 20. | 97 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 16. | 98 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 16, expected level should be 20. | 99 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 99 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 16. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 103 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'prompt' declaration and its first usage is 9, 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). | 120 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 120 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 121 | |
| naming | LocalVariableName | Local variable name 'op_buf' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 122 | |
| naming | LocalVariableName | Local variable name 'out_to_socket' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 | |
| naming | LocalVariableName | Local variable name 'in_from_socket' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 127 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 128 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 129 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 139 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 142 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 151 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 160 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 165 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 185 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 186 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 198 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 199 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 217 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 218 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 225 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 226 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 281 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.PrintStream' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address'. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 47 | |
| indentation | Indentation | 'method call lparen' have incorrect indentation level 12, expected level should be 8. | 69 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 69 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'config' 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). | 85 | |
| naming | LocalVariableName | Local variable name 'list_vrfs' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 | |
| naming | LocalVariableName | Local variable name 'list_nets' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 88 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 96 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 97 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 97 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 111 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 20, expected level should be 24. | 112 | |
| naming | LocalVariableName | Local variable name 'cHost' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 | |
| naming | LocalVariableName | Local variable name 'cPort' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 | |
| naming | LocalVariableName | Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 134 | |
| naming | LocalVariableName | Local variable name 'g' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: '!=' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: '?' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | WhitespaceAround: ':' is not followed by whitespace. | 145 | |
| naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 16. | 151 | |
| naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 154 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 172 | |
| naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 187 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.karaf.shell.commands.Option. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 53 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 54 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 55 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 62 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 63 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 71 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 71 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 79 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 94 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 16 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 37 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 44 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'if' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 62 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 68 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 72 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'switch' is not followed by whitespace. | 72 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 76 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 80 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 83 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 44 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 45 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 12. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| naming | MemberName | Member name 'nHops' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 54 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 58 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 73 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 126 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 21 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 53 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 59 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 61 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 75 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 79 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 95 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 104 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 104 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 25 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 46 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 50 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 76 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 96 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 104 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 20. | 105 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.netvirt.bgpmanager.BgpManager'. | 17 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 26 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 27 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 30 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 42 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 47 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 69 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 25 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'n' 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). | 42 | |
| naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'alarmSrc' 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). | 43 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 43 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 18 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 19 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 20 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 21 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 22 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 23 | |
| naming | ConstantName | Name 'intToTypeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.HashMap. | 11 | |
| imports | UnusedImports | Unused import - java.util.Map. | 12 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 18 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 19 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Date' should be separated from previous import group. | 16 | |
| imports | UnusedImports | Unused import - java.util.Date. | 16 | |
| naming | ConstantName | Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| naming | ConstantName | Name 'alarmAgent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 45 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 50 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 57 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 65 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 101 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 105 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 114 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'javax.management.ObjectName'. | 14 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedWriter' import. Should be before 'javax.management.ObjectName'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'javax.management.ObjectName'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileWriter' import. Should be before 'javax.management.ObjectName'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'javax.management.ObjectName'. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStreamReader' import. Should be before 'javax.management.ObjectName'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.PrintWriter' import. Should be before 'javax.management.ObjectName'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.management.ManagementFactory' import. Should be before 'javax.management.ObjectName'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.Socket' import. Should be before 'javax.management.ObjectName'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.SocketException' import. Should be before 'javax.management.ObjectName'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.SocketTimeoutException' import. Should be before 'javax.management.ObjectName'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'javax.management.ObjectName'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'javax.management.ObjectName'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Date' import. Should be before 'javax.management.ObjectName'. | 27 | |
| imports | UnusedImports | Unused import - java.util.Date. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'javax.management.ObjectName'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'javax.management.ObjectName'. | 29 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'javax.management.ObjectName'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.management.ObjectName'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Scanner' import. Should be before 'javax.management.ObjectName'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.TimerTask' import. Should be before 'javax.management.ObjectName'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.regex.Matcher' import. Should be before 'javax.management.ObjectName'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.regex.Pattern' import. Should be before 'javax.management.ObjectName'. | 35 | |
| imports | UnusedImports | Unused import - org.opendaylight.netvirt.bgpmanager.BgpManager. | 36 | |
| whitespace | GenericWhitespace | GenericWhitespace '<' is preceded with whitespace. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 84 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| naming | LocalVariableName | Local variable name 'out_to_socket' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 | |
| naming | LocalVariableName | Local variable name 'in_from_socket' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 102 | |
| naming | LocalVariableName | Local variable name 'op_buf' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 103 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 105 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'temp' declaration and its first usage is 13, 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). | 106 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 107 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'vtyPassword' 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). | 108 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'enableString' declaration and its first usage is 10, 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). | 110 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'prompt' 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). | 111 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 111 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 114 | |
| 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). | 117 | |
| 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). | 121 | |
| whitespace | WhitespaceAround | WhitespaceAround: '*' is not preceded with whitespace. | 127 | |
| whitespace | WhitespaceAround | WhitespaceAround: '*' is not followed by whitespace. | 127 | |
| 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). | 139 | |
| 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). | 144 | |
| 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). | 168 | |
| 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). | 197 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 245 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 269 | |
| regexp | RegexpSinglelineJava | Line contains printStacktrace(). | 278 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 283 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'PATTERN' must contain no more than '4' capital letters. | 287 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 313 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 314 | |
| naming | LocalVariableName | Local variable name 'StrIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 317 | |
| naming | LocalVariableName | Local variable name 'NbrInfoKey' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 331 | |
| indentation | Indentation | 'try' have incorrect indentation level 15, expected level should be 16. | 339 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 349 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 355 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 358 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 4. | 364 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 377 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 378 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 379 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 380 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 381 | |
| indentation | Indentation | 'try' have incorrect indentation level 7, expected level should be 8. | 382 | |
| indentation | Indentation | 'try' child have incorrect indentation level 11, expected level should be 12. | 383 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 7, expected level should be 8. | 384 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 12. | 385 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 385 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 12. | 386 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 7, expected level should be 8. | 387 | |
| indentation | Indentation | 'while' have incorrect indentation level 7, expected level should be 8. | 388 | |
| indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 390 | |
| indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 391 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 7, expected level should be 8. | 392 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 394 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 394 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 395 | |
| indentation | Indentation | 'while' have incorrect indentation level 7, expected level should be 8. | 396 | |
| indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 397 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 398 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 399 | |
| indentation | Indentation | 'try' have incorrect indentation level 15, expected level should be 16. | 400 | |
| indentation | Indentation | 'try' child have incorrect indentation level 19, expected level should be 20. | 401 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 15, expected level should be 16. | 402 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 402 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 19, expected level should be 20. | 403 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 15, expected level should be 16. | 404 | |
| indentation | Indentation | 'if' child have incorrect indentation level 15, expected level should be 16. | 405 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 406 | |
| indentation | Indentation | 'while' child have incorrect indentation level 11, expected level should be 12. | 407 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 7, expected level should be 8. | 408 | |
| regexp | RegexpSinglelineJava | Line contains console output. | 439 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 446 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 447 | |
| coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 466 | |
| naming | LocalVariableName | Local variable name 'route_count' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 466 | |
| whitespace | OperatorWrap | '&&' should be on a new line. | 471 | |
| whitespace | WhitespaceAround | WhitespaceAround: '<' is not followed by whitespace. | 472 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 475 | |
| whitespace | SeparatorWrap | '.' should be on a new line. | 495 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 500 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 504 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 522 | |
| naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 534 | |
| naming | LocalVariableName | Local variable name 'StrIP' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 537 | |
| naming | LocalVariableName | Local variable name 'state_pfxRcvd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 565 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 567 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. | 15 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'org.slf4j.LoggerFactory'. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.slf4j.LoggerFactory'. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - javax.management.*. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.management.*' import. Should be before 'org.slf4j.LoggerFactory'. | 17 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.management.ManagementFactory' import. Should be before 'org.slf4j.LoggerFactory'. | 18 | |
| whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 19 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 24 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 44 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 55 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 62 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 64 | |
| sizes | LineLength | Line is longer than 120 characters (found 168). | 71 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'javax.management.NotificationBroadcasterSupport'. | 17 | |
| naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 28 | |
| naming | LocalVariableName | Local variable name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 53 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'public' modifier. | 17 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 18 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 19 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 19 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 20 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.opendaylight.controller.md.sal.binding.api.DataObjectModification. | 12 | |
| imports | UnusedImports | Unused import - org.opendaylight.yangtools.yang.binding.InstanceIdentifier. | 16 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.google.common.base.Preconditions' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. | 18 | |
| imports | UnusedImports | Unused import - com.google.common.base.Preconditions. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.netvirt.bgpmanager.FibDSWriter'. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.test.AbstractDataBrokerTest' import. Should be before 'org.opendaylight.netvirt.bgpmanager.FibDSWriter'. | 20 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'try' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '}' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: 'catch' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '{' is not preceded with whitespace. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'nFibEntries' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 25 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 35 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.thrift.TException' import. Should be before 'org.apache.thrift.protocol.TProtocol'. | 13 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. | 24 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not preceded with whitespace. | 29 | |
| whitespace | WhitespaceAround | WhitespaceAround: '=' is not followed by whitespace. | 29 | |
| whitespace | EmptyLineSeparator | ';' should be separated from previous statement. | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 | |
| naming | ConstantName | Name 'ignore' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 82 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 120 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 158 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 163 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 170 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 179 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 184 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 192 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 197 | |
| naming | LocalVariableName | Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 324 | |
| whitespace | OperatorWrap | '?' should be on a new line. | 328 | |
| whitespace | WhitespaceAround | WhitespaceAround: '*' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | WhitespaceAround: '*' is not followed by whitespace. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 14 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 15 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 16 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 19 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 21 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 22 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 23 | |
| design | MutableException | The field 'errcode' must be declared final. | 25 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 36 | |
| naming | LocalVariableName | Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not followed by whitespace. | 36 | |
| indentation | Indentation | 'switch' have incorrect indentation level 6, expected level should be 8. | 38 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 39 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 40 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 41 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 42 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 43 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 44 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 45 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 46 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 47 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 49 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 50 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 53 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 55 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 55 | |
| whitespace | WhitespaceAround | WhitespaceAround: '+' is not preceded with whitespace. | 55 | |
| indentation | Indentation | 'block' child have incorrect indentation level 17, expected level should be 20. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 57 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 58 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 59 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 60 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 61 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 62 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 63 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 16. | 66 | |
| indentation | Indentation | 'switch rcurly' have incorrect indentation level 5, expected level should be 8. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 4. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 37 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 38 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 40 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 44 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | WhitespaceAround: '/' is not followed by whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 71 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 75 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 76 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 77 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 81 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 82 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 8. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'stale_vrfTables' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 | |
| whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 49 | |
| whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 52 | |
| whitespace | EmptyLineSeparator | 'CLASS_DEF' should be separated from previous statement. | 56 | |
| naming | MethodName | Method Name 'BgpUpdateServer' must not equal the enclosing class name. | 60 | |
| naming | MethodName | Method name 'BgpUpdateServer' must match pattern '^[a-z][a-zA-Z0-9_]*$'. | 60 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 93 | |
| blocks | EmptyBlock | Empty catch block. | 93 | |
| sizes | LineLength | Line is longer than 120 characters (found 132). | 112 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 117 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 126 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 137 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 |