The following document contains the results of Checkstyle 8.29 with hbase/checkstyle.xml ruleset. 
| Files | |||
|---|---|---|---|
| 4421 | 0 | 0 | 2312 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | MissingDeprecated | 35 | |
| blocks | EmptyBlock | 31 | |
| NeedBraces | 1289 | ||
| coding | EmptyStatement | 31 | |
| EqualsHashCode | 2 | ||
| InnerAssignment | 62 | ||
| NoFinalizer | 1 | ||
| design | FinalClass | 56 | |
| HideUtilityClassConstructor | 87 | ||
| InterfaceIsType | 1 | ||
VisibilityModifier
|
112 | ||
| imports | AvoidStarImport | 22 | |
| indentation | Indentation
|
54 | |
| javadoc | NonEmptyAtclauseDescription | 90 | |
| misc | ArrayTypeStyle | 124 | |
| UpperEll | 25 | ||
| sizes | LineLength
|
219 | |
| MethodLength | 68 | ||
| whitespace | FileTabCharacter | 1 | |
| ParenPad | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 141 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 165 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 217 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 218 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 284 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 285 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 477 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 500 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 569 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 606 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 624 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 651 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 657 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 684 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 869 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 874 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1027 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1475 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1674 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 547 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 593 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 608 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 624 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 624 | |
| blocks | EmptyBlock | Must have at least one statement. | 1259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1474 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3184 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3444 | |
| blocks | EmptyBlock | Must have at least one statement. | 3567 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3853 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3855 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3886 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3928 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 188 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 267 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 272 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 338 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 420 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 704 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1015 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 579 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 712 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 721 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 725 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 740 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 741 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 929 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HTestConst should be declared as final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 898 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 68 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 121 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 145 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 147 | |
| misc | UpperEll | Should use uppercase 'L'. | 282 | |
| misc | UpperEll | Should use uppercase 'L'. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1075 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2048 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 712 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 656 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 658 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 809 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 810 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 978 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 983 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1027 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1049 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1051 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1059 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1067 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 653 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NamespaceDescriptor should be declared as final. | 35 | |
| design | FinalClass | Class Builder should be declared as final. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 575 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 576 | |
| misc | UpperEll | Should use uppercase 'L'. | 719 | |
| misc | UpperEll | Should use uppercase 'L'. | 719 | |
| misc | UpperEll | Should use uppercase 'L'. | 719 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1199 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1549 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1811 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1859 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1968 | |
| misc | UpperEll | Should use uppercase 'L'. | 2151 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 2315 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2398 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2555 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2556 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2666 | |
| sizes | MethodLength | Method length is 300 lines (max allowed is 150). | 2700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2864 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2470 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2477 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2608 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2766 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2779 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 117). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 557 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SplitLogCounters should be declared as final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 486 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 91 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 669 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 675 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 676 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| blocks | EmptyBlock | Must have at least one statement. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HFileArchiver should be declared as final. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 752 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 788 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1042 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1053 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1079 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1711 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1870 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 123 | |
| design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 125 | |
| design | VisibilityModifier | Variable 'actionsByRegion' must be private and have accessor methods. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 119 | |
| design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 123 | |
| design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 125 | |
| design | VisibilityModifier | Variable 'resp' must be private and have accessor methods. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Builder should be declared as final. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ColumnFamilyDescriptorBuilder should be declared as final. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 923 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 176 lines (max allowed is 150). | 904 | |
| sizes | MethodLength | Method length is 556 lines (max allowed is 150). | 1394 | |
| coding | NoFinalizer | Avoid using finalizer method. | 2151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 540 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 562 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1945 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3619 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 586 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 882 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 883 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 175 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 176 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 177 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 180 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 181 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 182 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 183 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 184 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RegionInfoBuilder should be declared as final. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 836 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1073 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TableDescriptorBuilder should be declared as final. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 608 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1426 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1612 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1613 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1614 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1615 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1616 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1617 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1618 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1619 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1620 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1621 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1622 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1623 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 4, expected level should be 6. | 1624 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 118 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| blocks | EmptyBlock | Must have at least one statement. | 247 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 528 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 529 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 538 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 539 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 645 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 646 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| sizes | MethodLength | Method length is 182 lines (max allowed is 150). | 534 | |
| blocks | EmptyBlock | Must have at least one statement. | 700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 909 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 186 lines (max allowed is 150). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 541 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 316 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 346 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 371 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 396 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 431 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 432 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 444 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 445 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 448 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 461 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 465 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 479 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 480 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 497 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 498 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 509 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 510 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 517 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 518 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 525 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 118). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| coding | EmptyStatement | Empty statement. | 109 | |
| coding | EmptyStatement | Empty statement. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 105 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 252 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 315 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 316 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 333 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 334 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 348 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 349 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 366 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 146). | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| misc | UpperEll | Should use uppercase 'L'. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 146). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 200). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 206). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 149 | |
| sizes | LineLength | Line is longer than 100 characters (found 169). | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'countOfRPCcalls' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCcalls' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'sumOfMillisSecBetweenNexts' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'countOfNSRE' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'countOfBytesInResults' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'countOfBytesInRemoteResults' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'countOfRegions' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'countOfRPCRetries' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCRetries' must be private and have accessor methods. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'countOfRowsFiltered' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'countOfRowsScanned' must be private and have accessor methods. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 119 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 241 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 265 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 289 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 463 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 151). | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 64 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 66 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 153). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 147). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 148 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 150 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 152 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 154 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 171 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 174 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 188 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 191 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 192 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 203 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 216 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 236 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 248 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 257 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 258 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'ignoreZKDeleteForTesting' must be private and have accessor methods. | 82 | |
| blocks | EmptyBlock | Must have at least one statement. | 447 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 154 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 662 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 500 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 673 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 702 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 831 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 860 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 501 | |
| blocks | EmptyBlock | Must have at least one statement. | 527 | |
| blocks | EmptyBlock | Must have at least one statement. | 564 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 918 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 919 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 134). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 154). | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 607 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 309 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 130 | |
| sizes | LineLength | Line is longer than 100 characters (found 170). | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 142 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 154). | 144 | |
| sizes | LineLength | Line is longer than 100 characters (found 154). | 145 | |
| sizes | LineLength | Line is longer than 100 characters (found 154). | 146 | |
| sizes | LineLength | Line is longer than 100 characters (found 170). | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 667 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 669 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 681 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 682 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 685 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 782 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 783 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 786 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 788 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 789 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 790 | |
| annotation | MissingDeprecated | Duplicate @deprecated tag. | 799 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 804 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 805 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 808 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 810 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 811 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 812 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 827 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 829 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 831 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 833 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 884 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 52 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 114 | |
| coding | EmptyStatement | Empty statement. | 115 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 178 | |
| coding | EmptyStatement | Empty statement. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 733 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1748 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1767 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1813 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 250 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 119 | |
| coding | EmptyStatement | Empty statement. | 120 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 190 | |
| coding | EmptyStatement | Empty statement. | 191 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 234 | |
| coding | EmptyStatement | Empty statement. | 235 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 245 | |
| coding | EmptyStatement | Empty statement. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 250 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 251 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 252 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 4. | 253 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 323 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 324 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 325 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 327 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 328 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 329 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 331 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 332 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 4. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 169 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 94 | |
| design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 55 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 100 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 116 | |
| sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 364 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Context should be declared as final. | 99 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 409 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SeekerStateBufferedEncodedSeeker should be declared as final. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class DiffSeekerStateBufferedEncodedSeeker should be declared as final. | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class FastDiffSeekerStateBufferedEncodedSeeker should be declared as final. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SeekerStateBufferedEncodedSeeker should be declared as final. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 705 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 707 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 993 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1027 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1029 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1379 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1503 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 560 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 640 | |
| design | FinalClass | Class SimpleReporter should be declared as final. | 654 | |
| design | FinalClass | Class Builder should be declared as final. | 669 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoOpDataBlockEncoder should be declared as final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 39 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 23 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 834 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 341 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 350 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 636 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 687 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EmptyStatement | Empty statement. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 178 lines (max allowed is 150). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 127 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 129 | |
| indentation | Indentation | 'if rparen' has incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 133 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 179 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 180 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 182 | |
| indentation | Indentation | 'if rparen' has incorrect indentation level 6, expected level should be 8. | 183 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 184 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 185 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 186 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 199 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 201 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 204 | |
| indentation | Indentation | 'if rparen' has incorrect indentation level 6, expected level should be 8. | 205 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 206 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 207 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 55 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 291 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 470 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 687 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1299 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1303 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1593 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1596 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 693 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 132 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 59 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 63 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 67 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 71 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 93 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 97 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 101 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 607 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'action' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 210 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RpcServerFactory should be declared as final. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 491 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 493 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 550 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HBaseMarkers should be declared as final. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| misc | UpperEll | Should use uppercase 'L'. | 360 | |
| misc | UpperEll | Should use uppercase 'L'. | 364 | |
| misc | UpperEll | Should use uppercase 'L'. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 229 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 230 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 238 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Driver should be declared as final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 274 lines (max allowed is 150). | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 477 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 538 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 618 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 636 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 664 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 726 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 736 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 745 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 136). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 14 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 608 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 758 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 824 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 891 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 174 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 175 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 239 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 240 | |
| misc | UpperEll | Should use uppercase 'L'. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 580 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1104 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1124 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1126 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1326 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 292 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 293 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 294 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 192 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 193 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 256 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 257 | |
| misc | UpperEll | Should use uppercase 'L'. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 411 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1139 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1159 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1161 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1358 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 149). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 361 | |
| misc | UpperEll | Should use uppercase 'L'. | 365 | |
| misc | UpperEll | Should use uppercase 'L'. | 369 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 517 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 209 lines (max allowed is 150). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 743 | |
| sizes | MethodLength | Method length is 382 lines (max allowed is 150). | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3122 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 3263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3306 | |
| coding | EmptyStatement | Empty statement. | 3552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 430 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 126 | |
| sizes | MethodLength | Method length is 248 lines (max allowed is 150). | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 578 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 882 | |
| sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 891 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 891 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 663 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 695 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 143). | 157 | |
| design | VisibilityModifier | Variable 'installed' must be private and have accessor methods. | 479 | |
| design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 480 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 481 | |
| design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 482 | |
| design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 495 | |
| design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 496 | |
| design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 497 | |
| design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 498 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 499 | |
| design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 500 | |
| design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 501 | |
| design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 502 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 233 | |
| coding | EmptyStatement | Empty statement. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 161). | 1313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 719 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 262 lines (max allowed is 150). | 205 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 640 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 658 | |
| design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 659 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 681 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 682 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 683 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 704 | |
| design | VisibilityModifier | Variable 'fromRegion' must be private and have accessor methods. | 705 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 706 | |
| design | VisibilityModifier | Variable 'toRegion' must be private and have accessor methods. | 707 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 202 lines (max allowed is 150). | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 495 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 543 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 567 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 568 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 134 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 137 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 139 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 145 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 148 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 150 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 153 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 689 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class UnknownServerVisitor should be declared as final. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 658 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class MasterProcedureTestingUtility should be declared as final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProcedureDescriber should be declared as final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1072 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 205 lines (max allowed is 150). | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 123 | |
| sizes | LineLength | Line is longer than 100 characters (found 196). | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 115 | |
| misc | UpperEll | Should use uppercase 'L'. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NamedQueueRecorder should be declared as final. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 510 | |
| misc | UpperEll | Should use uppercase 'L'. | 510 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 612 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1041 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1087 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 146 | |
| coding | EmptyStatement | Empty statement. | 147 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 179 | |
| coding | EmptyStatement | Empty statement. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMagic should be declared as final. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMessageConverter should be declared as final. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1640 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 152 lines (max allowed is 150). | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoopOperationQuota should be declared as final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoopQuotaLimiter should be declared as final. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 518 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SpaceQuotaSnapshotNotifierFactory should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SpaceViolationPolicyEnforcementFactory should be declared as final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TimeBasedLimiter should be declared as final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 590 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 897 | |
| sizes | MethodLength | Method length is 257 lines (max allowed is 150). | 1584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1892 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1899 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2287 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2685 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2754 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2823 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4891 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4905 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4947 | |
| sizes | MethodLength | Method length is 199 lines (max allowed is 150). | 5273 | |
| sizes | MethodLength | Method length is 203 lines (max allowed is 150). | 6710 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7206 | |
| sizes | MethodLength | Method length is 229 lines (max allowed is 150). | 7244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8778 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8781 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8782 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8794 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8795 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1039 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'TEST_SKIP_REPORTING_TRANSITION' must be private and have accessor methods. | 257 | |
| design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 881 | |
| sizes | MethodLength | Method length is 230 lines (max allowed is 150). | 1004 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1134 | |
| blocks | EmptyBlock | Must have at least one statement. | 1141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1456 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1914 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2682 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2808 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2811 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2888 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2893 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 964 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class FlushHandler should be declared as final. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 241 lines (max allowed is 150). | 728 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class MetricsUserAggregateFactory should be declared as final. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| sizes | MethodLength | Method length is 161 lines (max allowed is 150). | 732 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1267 | |
| sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 2690 | |
| sizes | MethodLength | Method length is 200 lines (max allowed is 150). | 3286 | |
| sizes | MethodLength | Method length is 242 lines (max allowed is 150). | 3495 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 144). | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 131). | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 526 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 538 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 585 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 587 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 590 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 591 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 592 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 600 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 602 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 498 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 627 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 439 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 496 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class StoreFileWriter should be declared as final. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 231 lines (max allowed is 150). | 537 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 752 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 885 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 912 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1199 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 98 | |
| design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 100 | |
| design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 517 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 581 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 589 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 731 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 917 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 959 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 567 | |
| coding | EmptyStatement | Empty statement. | 568 | |
| design | FinalClass | Class WrappedRowLock should be declared as final. | 723 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 115 | |
| coding | EmptyStatement | Empty statement. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 67 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 69 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 180 | |
| coding | EmptyStatement | Empty statement. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 164 | |
| coding | EmptyStatement | Empty statement. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 273 | |
| coding | EmptyStatement | Empty statement. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 532 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 82 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 89 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 100 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 106 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 116 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 510 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 1078 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1095 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 196 lines (max allowed is 150). | 113 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 4458 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 4606 | |
| coding | EmptyStatement | Empty statement. | 4607 | |
| design | FinalClass | Class PutThread should be declared as final. | 4678 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4850 | |
| blocks | EmptyBlock | Must have at least one statement. | 4913 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5066 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5077 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5078 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5096 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 5763 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| coding | EmptyStatement | Empty statement. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 409 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 410 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 411 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 309 | |
| coding | EmptyStatement | Empty statement. | 425 | |
| blocks | EmptyBlock | Must have at least one statement. | 772 | |
| blocks | EmptyBlock | Must have at least one statement. | 866 | |
| blocks | EmptyBlock | Must have at least one statement. | 870 | |
| blocks | EmptyBlock | Must have at least one statement. | 1026 | |
| blocks | EmptyBlock | Must have at least one statement. | 1437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 187 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 285 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 291 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 311 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 312 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 414 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 149 | |
| coding | EmptyStatement | Empty statement. | 150 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 182 | |
| coding | EmptyStatement | Empty statement. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 508 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EmptyStatement | Empty statement. | 312 | |
| coding | EmptyStatement | Empty statement. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 102 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 201 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 231 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 336 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 602 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 618 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 623 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 640 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 642 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| blocks | EmptyBlock | Must have at least one statement. | 437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 766 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 793 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1045 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1069 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1110 | |
| blocks | EmptyBlock | Must have at least one statement. | 1156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 633 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 222 lines (max allowed is 150). | 136 | |
| sizes | MethodLength | Method length is 260 lines (max allowed is 150). | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'currentCompactedKVs' must be private and have accessor methods. | 37 | |
| design | VisibilityModifier | Variable 'totalCompactedSize' must be private and have accessor methods. | 39 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 120 | |
| design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 122 | |
| design | VisibilityModifier | Variable 'latestPutTs' must be private and have accessor methods. | 124 | |
| design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 126 | |
| design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 130 | |
| design | VisibilityModifier | Variable 'minSeqIdToKeep' must be private and have accessor methods. | 132 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class CurrentHourProvider should be declared as final. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 357 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 490 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 108 | |
| design | VisibilityModifier | Variable 'mvcc' must be private and have accessor methods. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 697 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 698 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 85 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 102 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 136 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 237 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 586 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 178 lines (max allowed is 150). | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 531 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class WALEnvironment should be declared as final. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class WALUtil should be declared as final. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 409 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 306 lines (max allowed is 150). | 262 | |
| sizes | MethodLength | Method length is 281 lines (max allowed is 150). | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 110 | |
| blocks | EmptyBlock | Must have at least one statement. | 242 | |
| sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 122 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 131 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 133 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 135 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 206 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 208 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 212 | |
| design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 214 | |
| design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 216 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 218 | |
| design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 220 | |
| design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 222 | |
| design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 224 | |
| design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 226 | |
| design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 228 | |
| design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 230 | |
| design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 232 | |
| design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 234 | |
| design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 236 | |
| design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 238 | |
| design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 240 | |
| design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 244 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 820 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'authenticationMethod' must be private and have accessor methods. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class AccessControlUtil should be declared as final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 790 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 101 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 128 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 912 | |
| sizes | MethodLength | Method length is 243 lines (max allowed is 150). | 1331 | |
| sizes | MethodLength | Method length is 160 lines (max allowed is 150). | 1801 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 301 | |
| blocks | EmptyBlock | Must have at least one statement. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 220 lines (max allowed is 150). | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 232 | |
| sizes | MethodLength | Method length is 287 lines (max allowed is 150). | 455 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 672 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 359 lines (max allowed is 150). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 253 lines (max allowed is 150). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 2601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 239 lines (max allowed is 150). | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 585 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class VisibilityLabelServiceManager should be declared as final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class VisibilityLabelsCache should be declared as final. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TagInfo should be declared as final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 461 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1384 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1598 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1741 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1973 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1974 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2051 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3032 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 556 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 823 | |
| sizes | MethodLength | Method length is 183 lines (max allowed is 150). | 957 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 569 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 716 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 463 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 582 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 637 | |
| misc | UpperEll | Should use uppercase 'L'. | 698 | |
| misc | UpperEll | Should use uppercase 'L'. | 702 | |
| misc | UpperEll | Should use uppercase 'L'. | 705 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 903 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 988 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 990 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1023 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1618 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1619 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 450 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 496 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 637 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 357 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HbaseHandlerMetricsProxy should be declared as final. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | EmptyBlock | Must have at least one statement. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ClientConnnection should be declared as final. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 120 | |
| coding | EmptyStatement | Empty statement. | 218 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 728 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 831 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 832 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ThriftUtilities should be declared as final. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 492 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 493 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 261 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 649 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 988 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1015 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ByteStringer should be declared as final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 610 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 631 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 632 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 656 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1721 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1722 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1723 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1724 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1751 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1763 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1764 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1765 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1946 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2024 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2025 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2029 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2030 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2056 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2151 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2188 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2218 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2298 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2315 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 2326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 59 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 59 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class CoprocessorClassLoader should be declared as final. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class EncryptionTest should be declared as final. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class EnvironmentEdgeManager should be declared as final. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 577 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 647 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 861 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 1374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1439 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1649 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 674 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 808 | |
| design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 834 | |
| design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 835 | |
| design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 836 | |
| design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 837 | |
| design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 838 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 898 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 900 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 975 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1159 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 1165 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2025 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2067 | |
| sizes | MethodLength | Method length is 226 lines (max allowed is 150). | 2088 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2091 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2161 | |
| design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 2788 | |
| coding | EmptyStatement | Empty statement. | 3078 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 3456 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 3461 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 3476 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 3484 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 3488 | |
| sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 3540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HBaseHomePath should be declared as final. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HFileArchiveTestingUtil should be declared as final. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 168 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 104 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class GcTimes should be declared as final. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 575 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 648 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 887 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 232). | 81 | |
| sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 314 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 501 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 535 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 477 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 479 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 483 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 591 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 592 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 614 | |
| coding | EmptyStatement | Empty statement. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 854 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 936 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 937 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 939 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 958 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 959 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 977 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 993 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1000 | |
| coding | EmptyStatement | Empty statement. | 1001 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1018 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1019 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1109 | |
| coding | EmptyStatement | Empty statement. | 1110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1206 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1726 | |
| coding | EmptyStatement | Empty statement. | 1727 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RegionMover should be declared as final. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 135 | |
| sizes | MethodLength | Method length is 194 lines (max allowed is 150). | 399 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 677 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 685 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 753 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 754 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 115 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 147 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ZKDataMigrator should be declared as final. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 239 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 284 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 299 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 307 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 324 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 533 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 671 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 806 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1019 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1023 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 194 lines (max allowed is 150). | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 564 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ZKMetadata should be declared as final. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'masterAddressZNode' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 67 | |
| design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'regionNormalizerZNode' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'switchZNode' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 77 | |
| design | VisibilityModifier | Variable 'masterMaintZNode' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'replicationZNode' must be private and have accessor methods. | 82 | |
| design | VisibilityModifier | Variable 'peersZNode' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'queuesZNode' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'hfileRefsZNode' must be private and have accessor methods. | 88 |