The following document contains the results of Checkstyle 8.29 with hbase/checkstyle.xml ruleset. 
| Files | |||
|---|---|---|---|
| 5047 | 0 | 0 | 2119 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | MissingDeprecated | 36 | |
| blocks | EmptyBlock | 31 | |
| NeedBraces | 1096 | ||
| coding | EmptyStatement | 29 | |
| EqualsHashCode | 3 | ||
| InnerAssignment | 58 | ||
| NoFinalizer | 2 | ||
| design | FinalClass | 58 | |
| HideUtilityClassConstructor | 87 | ||
| InterfaceIsType | 1 | ||
VisibilityModifier
|
102 | ||
| imports | AvoidStarImport | 24 | |
| indentation | Indentation
|
69 | |
| javadoc | JavadocTagContinuationIndentation
|
4 | |
| NonEmptyAtclauseDescription | 68 | ||
| misc | ArrayTypeStyle | 123 | |
| UpperEll | 25 | ||
| sizes | LineLength
|
234 | |
| MethodLength | 68 | ||
| whitespace | FileTabCharacter | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 65 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 65 |
| 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. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 572 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 409 | |
| 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. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 876 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1032 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1482 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1483 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1516 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1637 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1678 |
| 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. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 |
| 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. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 557 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 568 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 653 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 668 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 684 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 684 | |
| blocks | EmptyBlock | Must have at least one statement. | 1313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1528 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3285 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3545 | |
| blocks | EmptyBlock | Must have at least one statement. | 3668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3954 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3956 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3987 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4027 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4029 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 189 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 268 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 273 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 339 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 428 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 714 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1047 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 593 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 728 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 738 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 742 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 758 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 759 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 948 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HTestConst should be declared as final. | 36 |
| 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. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| 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 |
|---|---|---|---|---|
| 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. | 45 | |
| 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. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 657 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 | |
| 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 | 'if' construct must use '{}'s. | 979 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 984 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1028 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1050 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1052 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1060 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 664 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NamespaceDescriptor should be declared as final. | 35 | |
| design | FinalClass | Class Builder should be declared as final. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 528 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 618 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 619 | |
| misc | UpperEll | Should use uppercase 'L'. | 766 | |
| misc | UpperEll | Should use uppercase 'L'. | 766 | |
| misc | UpperEll | Should use uppercase 'L'. | 766 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1233 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1584 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1845 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1893 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2002 | |
| misc | UpperEll | Should use uppercase 'L'. | 2240 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 2404 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2516 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2674 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2675 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2784 |
| 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. | 2459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2470 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2772 |
| 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. | 568 |
| 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 |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 524 |
| 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. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 90 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 319 |
| 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. | 304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
| 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. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 |
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 119). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class BackupTestUtil should be declared as final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HFileArchiver should be declared as final. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 823 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 757 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 134 |
| 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. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| 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. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 20 has parse error. Missed HTML close tag 'path-to-conf'. Sometimes it means that close tag missed for one of previous tags. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 832 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1110 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1121 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 130 | |
| design | VisibilityModifier | Variable 'actionsByRegion' must be private and have accessor methods. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 150 | |
| design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 154 | |
| design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 156 | |
| design | VisibilityModifier | Variable 'resp' must be private and have accessor methods. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Builder should be declared as final. | 56 |
| 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. | 507 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 527 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 548 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1319 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| 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. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 187 lines (max allowed is 150). | 976 | |
| sizes | MethodLength | Method length is 629 lines (max allowed is 150). | 1478 | |
| coding | NoFinalizer | Avoid using finalizer method. | 2312 |
| 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). | 308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 617 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 639 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3826 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3829 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| 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 |
|---|---|---|---|---|
| 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. | 383 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 |
| 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. | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 176 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 177 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 178 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 181 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 182 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 183 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 184 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 185 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RegionInfoBuilder should be declared as final. | 25 |
| 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. | 837 |
| 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. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 126 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 574 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 |
| 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. | 58 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 656 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1491 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1677 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1678 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1679 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1680 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1681 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1682 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1683 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1684 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1685 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1686 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1687 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1688 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 4, expected level should be 6. | 1689 |
| 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. | 127 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 92 |
| 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. | 569 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 570 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 579 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 580 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 686 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 687 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| sizes | MethodLength | Method length is 182 lines (max allowed is 150). | 538 | |
| blocks | EmptyBlock | Must have at least one statement. | 704 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 913 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| 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. | 109 |
| 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 187 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. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 238 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 262 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 286 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 300 |
| 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. | 39 |
| 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. | 557 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 578 |
| 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). | 683 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 712 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 841 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 870 |
| 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. | 232 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 593 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 297 |
| 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. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 101 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 106 |
| 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. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 706 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 727 |
| 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 |
| 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 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| 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. | 778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 781 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 782 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 784 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 786 | |
| annotation | MissingDeprecated | Duplicate @deprecated tag. | 795 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 801 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 804 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 806 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 808 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 818 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 823 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 825 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 827 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 829 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 832 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 834 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 883 |
| 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 |
| 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. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 |
| 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. | 150 |
| 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. | 72 | |
| 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 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 252 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 262 |
| 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 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| 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' child has incorrect indentation level 8, expected level should be 6. | 253 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 4. | 254 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 324 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 325 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 326 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 328 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 329 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 330 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 332 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 333 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 4. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
| 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. | 73 |
| 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. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 160 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 98 | |
| design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 154 |
| 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. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 |
| 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). | 261 |
| 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. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 451 |
| 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. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 479 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 505 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 508 |
| 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 |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 99 |
| 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. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
| 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. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| 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. | 49 |
| 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 132). | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 378 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 1713 |
| 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. | 775 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 777 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1274 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1557 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 559 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 572 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 722 | |
| design | FinalClass | Class Builder should be declared as final. | 748 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| 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. | 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. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoOpIndexBlockEncoder should be declared as final. | 42 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 |
| 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. | 87 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 97 |
| 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 |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 161 lines (max allowed is 150). | 803 |
| 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. | 178 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 842 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 393 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 419 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 689 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 740 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EmptyStatement | Empty statement. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 179 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. | 150 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 153 | |
| indentation | Indentation | 'if rparen' has incorrect indentation level 6, expected level should be 8. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 157 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 218 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 219 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 221 | |
| indentation | Indentation | 'if rparen' has incorrect indentation level 6, expected level should be 8. | 222 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 223 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 224 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 225 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 238 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 239 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 240 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 241 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 243 | |
| indentation | Indentation | 'if rparen' has incorrect indentation level 6, expected level should be 8. | 244 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 245 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 246 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 247 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 287 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 288 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 290 | |
| indentation | Indentation | 'if rparen' has incorrect indentation level 6, expected level should be 8. | 291 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 292 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 293 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 294 |
| 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. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 295 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 475 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 692 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 62 has parse error. Missed HTML close tag 'parentEncRegion'. Sometimes it means that close tag missed for one of previous tags. | 586 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1701 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1706 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1722 | |
| coding | NoFinalizer | Avoid using finalizer method. | 1754 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2048 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2051 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 883 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| 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. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| 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. | 674 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'action' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 53 |
| 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. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 508 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 509 |
| 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 |
|---|---|---|---|---|
| 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. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| 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. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 25 |
| 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. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
| 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. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
| 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). | 228 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 229 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 237 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 403 |
| 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 279 lines (max allowed is 150). | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 621 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 637 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 665 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 727 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 737 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 |
| 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. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
| 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 | JavadocTagContinuationIndentation | 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. | 607 |
| 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. | 626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 815 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 816 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 881 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 894 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 948 |
| 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 172 lines (max allowed is 150). | 583 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1116 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1136 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1138 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1338 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 293 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 294 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 296 |
| 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. | 190 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 191 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 254 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 255 | |
| misc | UpperEll | Should use uppercase 'L'. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 409 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 521 | |
| sizes | MethodLength | Method length is 173 lines (max allowed is 150). | 617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1148 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1168 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1170 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1367 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1371 |
| 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. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 23 | |
| 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 |
|---|---|---|---|---|
| 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 199 lines (max allowed is 150). | 577 |
| 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. | 836 | |
| sizes | MethodLength | Method length is 408 lines (max allowed is 150). | 936 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1964 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3604 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3606 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 3747 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3790 | |
| coding | EmptyStatement | Empty statement. | 4037 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 448 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 |
| 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. | 597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 778 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| 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. | 151 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 235 | |
| coding | EmptyStatement | Empty statement. | 240 |
| 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 |
|---|---|---|---|---|
| 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. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| 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). | 1527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 735 |
| 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. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 220 lines (max allowed is 150). | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 20 | |
| design | VisibilityModifier | Variable 'ratioThreshold' must be private and have accessor methods. | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 523 |
| 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. | 250 |
| 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 221 lines (max allowed is 150). | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 551 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 400 |
| 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. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class DirScanPool should be declared as final. | 35 |
| 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. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 127 |
| 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. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 |
| 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 127). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 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. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class MasterProcedureTestingUtility should be declared as final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 117 |
| 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. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 189). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
| 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. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 297 lines (max allowed is 150). | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 179 lines (max allowed is 150). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EmptyStatement | Empty statement. | 311 | |
| coding | EmptyStatement | Empty statement. | 395 |
| 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. | 91 | |
| design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 114 | |
| misc | UpperEll | Should use uppercase 'L'. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NamedQueueRecorder should be declared as final. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 473 | |
| misc | UpperEll | Should use uppercase 'L'. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 593 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 610 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1031 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1077 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1183 |
| 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. | 145 | |
| coding | EmptyStatement | Empty statement. | 146 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 177 | |
| coding | EmptyStatement | Empty statement. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 |
| 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. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMagic should be declared as final. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
| 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. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1433 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1642 |
| 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 |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 175 lines (max allowed is 150). | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoopOperationQuota should be declared as final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoopQuotaLimiter should be declared as final. | 26 |
| 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. | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 |
| 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. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| 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. | 217 |
| 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. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| 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. | 51 |
| 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 264 lines (max allowed is 150). | 1659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1974 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1981 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2440 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2838 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2907 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2976 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5046 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5060 | |
| sizes | MethodLength | Method length is 199 lines (max allowed is 150). | 5417 | |
| sizes | MethodLength | Method length is 214 lines (max allowed is 150). | 6863 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7798 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8279 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8282 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8295 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 994 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'TEST_SKIP_REPORTING_TRANSITION' must be private and have accessor methods. | 285 | |
| sizes | MethodLength | Method length is 246 lines (max allowed is 150). | 1066 | |
| blocks | EmptyBlock | Must have at least one statement. | 1215 | |
| sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 2164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'synchronized' has incorrect indentation level 6, expected level should be 8. | 1275 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 8, expected level should be 10. | 1276 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 6, expected level should be 8. | 1277 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 1278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class FlushHandler should be declared as final. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 300 |
| 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. | 635 | |
| sizes | MethodLength | Method length is 161 lines (max allowed is 150). | 800 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1327 | |
| sizes | MethodLength | Method length is 201 lines (max allowed is 150). | 2757 | |
| sizes | MethodLength | Method length is 243 lines (max allowed is 150). | 3369 | |
| sizes | MethodLength | Method length is 234 lines (max allowed is 150). | 3620 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 101 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 107 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 217 lines (max allowed is 150). | 418 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 235 |
| 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. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 433 |
| 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. | 603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 673 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 674 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 675 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 678 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 679 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 680 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 531 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 647 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class StoreFileWriter should be declared as final. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 251 lines (max allowed is 150). | 550 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 785 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 917 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 944 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1232 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1233 |
| 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. | 511 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 516 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 580 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 588 |
| 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 |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 |
| 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. | 164 |
| 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. | 677 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 217 |
| 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. | 311 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 513 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 1083 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 116 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 245 | |
| 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. | 4459 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 4608 | |
| coding | EmptyStatement | Empty statement. | 4609 | |
| design | FinalClass | Class PutThread should be declared as final. | 4680 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4852 | |
| blocks | EmptyBlock | Must have at least one statement. | 4915 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5068 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5079 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5080 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5098 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 5765 |
| 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). | 410 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 411 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 412 |
| 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. | 314 | |
| coding | EmptyStatement | Empty statement. | 430 | |
| blocks | EmptyBlock | Must have at least one statement. | 777 | |
| blocks | EmptyBlock | Must have at least one statement. | 871 | |
| blocks | EmptyBlock | Must have at least one statement. | 875 | |
| blocks | EmptyBlock | Must have at least one statement. | 1031 | |
| blocks | EmptyBlock | Must have at least one statement. | 1442 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 190 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 289 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 295 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 315 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 316 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 418 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 |
| 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. | 103 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 233 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 237 |
| 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. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 24 |
| 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. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 337 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 619 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 629 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 631 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 650 |
| 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. | 259 |
| 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. | 759 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 786 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1038 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1061 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1062 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1103 | |
| blocks | EmptyBlock | Must have at least one statement. | 1149 |
| 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. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 235 |
| 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 'totalCompactingKVs' must be private and have accessor methods. | 35 | |
| 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. | 135 | |
| design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 137 | |
| design | VisibilityModifier | Variable 'latestPutTs' must be private and have accessor methods. | 139 | |
| design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 141 | |
| design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 143 | |
| design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 145 | |
| design | VisibilityModifier | Variable 'minSeqIdToKeep' must be private and have accessor methods. | 147 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 214 |
| 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. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| 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. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 701 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 104 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 138 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 236 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 588 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 182 |
| 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. | 56 |
| 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. | 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. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 410 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 133). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
| 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. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 112 | |
| blocks | EmptyBlock | Must have at least one statement. | 226 | |
| sizes | MethodLength | Method length is 167 lines (max allowed is 150). | 238 |
| 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. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| 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. | 443 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 253). | 150 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 152 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 172 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 174 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 176 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 377 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 379 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 383 | |
| design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 385 | |
| design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 387 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 389 | |
| design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 391 | |
| design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 393 | |
| design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 395 | |
| design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 397 | |
| design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 399 | |
| design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 401 | |
| design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 403 | |
| design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 405 | |
| design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 407 | |
| design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 409 | |
| design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 411 | |
| design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 415 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1013 |
| 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. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 406 |
| 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. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 272 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 273 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 4. | 274 |
| 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. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 |
| 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. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 791 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2124 |
| 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. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 918 | |
| sizes | MethodLength | Method length is 243 lines (max allowed is 150). | 1337 | |
| sizes | MethodLength | Method length is 160 lines (max allowed is 150). | 1807 |
| 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). | 233 | |
| sizes | MethodLength | Method length is 288 lines (max allowed is 150). | 456 |
| 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. | 577 |
| 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. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 483 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1675 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1833 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 2062 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 2063 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 335 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 445 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 362 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 670 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 704 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 707 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 711 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 714 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1032 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1033 | |
| sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 1213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 440 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 602 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 777 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 |
| 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. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 556 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 589 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 636 | |
| misc | UpperEll | Should use uppercase 'L'. | 695 | |
| misc | UpperEll | Should use uppercase 'L'. | 699 | |
| misc | UpperEll | Should use uppercase 'L'. | 702 | |
| 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. | 1269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1620 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1621 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 470 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 498 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 639 |
| 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. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 400 |
| 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. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 121 | |
| coding | EmptyStatement | Empty statement. | 219 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 832 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 833 |
| 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. | 262 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 650 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 20 has parse error. Missed HTML close tag 'SpanData'. Sometimes it means that close tag missed for one of previous tags. | 65 |
| 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. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 522 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 |
| 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 |
|---|---|---|---|---|
| design | FinalClass | Class ByteStringer should be declared as final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 578 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 592 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 614 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 638 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1692 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1693 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1732 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1745 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1939 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2017 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2018 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2022 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2023 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2050 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2149 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2186 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2216 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2296 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2313 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 2324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2350 |
| 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. | 51 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 51 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 52 |
| 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 |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 486 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 634 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 925 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 1438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1491 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1713 |
| 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. | 676 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 821 | |
| design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 847 | |
| design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 848 | |
| design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 849 | |
| design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 850 | |
| design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 851 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 911 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 988 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1172 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 1178 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2038 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2080 | |
| sizes | MethodLength | Method length is 226 lines (max allowed is 150). | 2101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2174 | |
| design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 2801 | |
| coding | EmptyStatement | Empty statement. | 3091 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 3469 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 3474 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 3489 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 3497 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 3501 | |
| sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 3553 |
| 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 |
|---|---|---|---|---|
| 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. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 181 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 305 |
| 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). | 574 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 647 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 886 |
| 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. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 232). | 80 | |
| sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 313 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 500 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 534 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 474 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 475 | |
| 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 | 'while' construct must use '{}'s. | 614 | |
| coding | EmptyStatement | Empty statement. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 939 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 941 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 961 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 962 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 979 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 995 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1002 | |
| coding | EmptyStatement | Empty statement. | 1003 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1020 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1021 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1111 | |
| coding | EmptyStatement | Empty statement. | 1112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1208 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1728 | |
| coding | EmptyStatement | Empty statement. | 1729 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 95 |
| 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. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RegionMover should be declared as final. | 90 |
| 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. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
| 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. | 150 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 183 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 216 |
| 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. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
| 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. | 35 |
| 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. | 242 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 504 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 849 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1068 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 179 lines (max allowed is 150). | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 529 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 280 |
| 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. | 43 | |
| design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'masterAddressZNode' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 77 | |
| design | VisibilityModifier | Variable 'regionNormalizerZNode' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'switchZNode' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 93 | |
| design | VisibilityModifier | Variable 'masterMaintZNode' must be private and have accessor methods. | 95 | |
| design | VisibilityModifier | Variable 'replicationZNode' must be private and have accessor methods. | 98 | |
| design | VisibilityModifier | Variable 'peersZNode' must be private and have accessor methods. | 100 | |
| design | VisibilityModifier | Variable 'queuesZNode' must be private and have accessor methods. | 102 | |
| design | VisibilityModifier | Variable 'hfileRefsZNode' must be private and have accessor methods. | 104 | |
| design | VisibilityModifier | Variable 'snapshotCleanupZNode' must be private and have accessor methods. | 111 |