The following document contains the results of Checkstyle 8.28 with hbase/checkstyle.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | MissingDeprecated | 31 | |
| blocks | EmptyBlock | 31 | |
| LeftCurly | 131 | ||
| NeedBraces | 1320 | ||
| coding | EmptyStatement | 32 | |
| EqualsHashCode | 2 | ||
| InnerAssignment | 63 | ||
| NoFinalizer | 1 | ||
| design | FinalClass | 58 | |
| HideUtilityClassConstructor | 88 | ||
| InterfaceIsType | 1 | ||
VisibilityModifier
|
113 | ||
| imports | AvoidStarImport | 24 | |
ImportOrder
|
858 | ||
| RedundantImport | 32 | ||
UnusedImports
|
93 | ||
| indentation | Indentation
|
3657 | |
| javadoc | JavadocTagContinuationIndentation
|
649 | |
| NonEmptyAtclauseDescription | 2761 | ||
| misc | ArrayTypeStyle | 125 | |
| UpperEll | 25 | ||
| sizes | LineLength
|
1127 | |
| MethodLength | 67 | ||
| whitespace | FileTabCharacter | 6 | |
| MethodParamPad | 153 | ||
| ParenPad | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 51 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 141 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 166 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 218 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 219 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 285 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 286 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 450 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 455 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 28 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 422 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 644 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 647 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 669 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 689 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 699 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 705 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 732 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 748 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 871 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 884 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 925 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 930 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1043 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1063 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1071 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1088 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1098 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1557 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1560 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1564 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1590 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1601 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1624 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1625 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1723 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1764 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.zookeeper.data.Stat. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 3, expected level should be 4. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 198 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 110 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 478 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 110 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 116 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 7, expected level should be 6. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 41 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 160 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 166 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.function.BooleanSupplier' import. | 55 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.trace.TraceUtil' import. | 123 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 8. | 466 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 9, expected level should be 10. | 467 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 9, expected level should be 10. | 468 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 9, expected level should be 10. | 469 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 7, expected level should be 8. | 470 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 567 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 583 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 620 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 621 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 634 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 638 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 639 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 655 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 655 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 810 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 854 | |
| blocks | EmptyBlock | Must have at least one statement. | 1308 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1393 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1408 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1420 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1421 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1422 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1505 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1515 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1517 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1530 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1531 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1533 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1536 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1543 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1563 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1583 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1585 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1587 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1597 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1600 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1624 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1636 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1637 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1640 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1643 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 1684 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1701 | |
| indentation | Indentation | 'for' child has incorrect indentation level 9, expected level should be 8. | 1708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1727 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1738 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1739 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1740 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1742 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1753 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1755 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1764 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1765 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1766 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1767 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1769 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1790 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1792 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1794 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1803 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1804 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1805 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1808 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1831 | |
| indentation | Indentation | 'for' has incorrect indentation level 6, expected level should be 4. | 1832 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 1833 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 1836 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 1837 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 1838 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 1839 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 6, expected level should be 4. | 1840 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 1841 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 1842 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 1843 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1844 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1847 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1848 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1849 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1853 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1854 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1855 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1857 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1861 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1882 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1883 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1884 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1905 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1906 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1908 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1922 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1923 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1924 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 2031 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 2060 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2073 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2077 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2097 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2374 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2623 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2624 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2626 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2641 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2642 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2644 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2811 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2812 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3017 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 3055 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 3086 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 3088 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 3089 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 3090 | |
| indentation | Indentation | 'while' child has incorrect indentation level 7, expected level should be 6. | 3101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3162 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3264 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3360 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3363 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3448 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3449 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3452 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3482 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3483 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3548 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3605 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3606 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3608 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3649 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3697 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3717 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 3747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3807 | |
| indentation | Indentation | 'method def rparen' has incorrect indentation level 48, expected level should be 2. | 3827 | |
| blocks | EmptyBlock | Must have at least one statement. | 3845 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 4065 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 24 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 56 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 101 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 124 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 162 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 164 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 391 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 421 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 476 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 491 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 719 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 186 | |
| 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. | 345 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 429 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 730 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1053 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 129 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 234 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 250 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 267 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| indentation | Indentation | 'if' child has incorrect indentation level 6, expected level should be 8. | 756 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 786 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 793 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 799 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 817 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 823 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 832 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 859 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 873 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 876 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 888 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 889 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 903 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 904 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 918 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 933 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 934 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 949 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 951 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 982 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1025 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1026 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 1029 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 115). | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 80 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 143 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 205 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 215 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 225 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 248 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 414 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 430 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 448 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 532 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 542 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 553 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 603 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 729 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 777 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 795 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 799 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 817 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 849 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 850 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 899 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 903 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 20, expected level should be 14. | 925 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 925 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 20, expected level should be 14. | 926 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 926 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 22 | |
| design | FinalClass | Class HTestConst should be declared as final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 110 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 112 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 113 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 115 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 116 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 118 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 119 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 121 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 122 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 123 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 393 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 416 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 503 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 664 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 43, 44. | 702 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 702 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 717 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 777 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 851 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 852 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 853 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 854 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 855 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 856 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 857 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 858 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 859 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 860 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 863 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 864 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 865 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 866 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 867 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 868 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 869 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 870 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 871 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 872 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 873 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 874 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 875 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 876 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 878 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 879 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 880 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 881 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 882 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 883 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 884 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 885 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 887 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 888 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 889 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 890 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 891 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 892 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 893 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 894 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 895 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 896 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 916 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 987 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 70 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 72 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 73 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 75 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 76 | |
| indentation | Indentation | 'for' has incorrect indentation level 7, expected level should be 6. | 144 | |
| indentation | Indentation | 'for' child has incorrect indentation level 9, expected level should be 8. | 145 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 7, expected level should be 6. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogReader' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 60 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 61 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 62 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 63 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 43. | 40 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52. | 42 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 73 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 126 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 150 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 152 | |
| misc | UpperEll | Should use uppercase 'L'. | 295 | |
| misc | UpperEll | Should use uppercase 'L'. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 444 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 537 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 557 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 575 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 610 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 619 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 620 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 624 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 2. | 625 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 668 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 702 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 760 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 763 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 764 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 765 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 880 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1587 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1608 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1771 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1781 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1782 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1783 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1784 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1785 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1786 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1882 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1883 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1893 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1894 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1895 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1896 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1897 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1898 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 4. | 1924 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1941 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1942 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1943 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1944 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1945 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1946 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2088 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2185 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2264 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2276 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 41 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 407 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 474 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 735 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 744 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 746 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 765 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 774 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 775 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 783 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CopyOnWriteArrayList' import. | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 81 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 206 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 220 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 279 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 287 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 357 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 358 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 76 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 473 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 483 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 514 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 515 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 516 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 517 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 518 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 519 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 520 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 521 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 522 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 523 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 537 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 538 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 539 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 540 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 541 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 542 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 543 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 544 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 545 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 546 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 547 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 548 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 549 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 550 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 631 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 | |
| indentation | Indentation | 'getServerUserRegions' has incorrect indentation level 2, expected level should be 4. | 663 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 671 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 673 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 971 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 976 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 993 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1040 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1044 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1046 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1054 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1062 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1120 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1200 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 492 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 493 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 629 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 630 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 769 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 783 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 821 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 854 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 864 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 885 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 989 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NamespaceDescriptor should be declared as final. | 39 | |
| design | FinalClass | Class Builder should be declared as final. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 11, expected level should be one of the following: 10, 12. | 323 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 338 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 496 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 6, expected level should be 4. | 595 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 620 | |
| misc | UpperEll | Should use uppercase 'L'. | 736 | |
| misc | UpperEll | Should use uppercase 'L'. | 736 | |
| misc | UpperEll | Should use uppercase 'L'. | 736 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1206 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1236 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1289 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1295 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1395 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1401 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1559 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1565 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1823 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1982 | |
| misc | UpperEll | Should use uppercase 'L'. | 2166 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 2331 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2416 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 2458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2574 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2575 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2607 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2662 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 2676 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 2680 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 2684 | |
| sizes | MethodLength | Method length is 294 lines (max allowed is 150). | 2713 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2871 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2900 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 887 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 888 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 889 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 907 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 908 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 909 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1028 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1029 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1030 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1031 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1032 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1054 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2422 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2492 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2496 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2503 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2522 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2639 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2784 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2798 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2807 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2812 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2820 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2887 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2888 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2889 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2911 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2930 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2949 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 123 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 157 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 213 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 285 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 155). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 197 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 199 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 254 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 324 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 326 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 329 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 380 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 382 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 570 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SplitLogCounters should be declared as final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 123 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 125 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 178 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 186 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 190 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 431 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 432 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 531 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.nio.ByteBuffer. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.nio.ByteBuffer. | 22 | |
| 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. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 91 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 344 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 367 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 379 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 756 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos. | 37 | |
| imports | UnusedImports | Unused import - org.mockito.Mock. | 47 | |
| imports | UnusedImports | Unused import - org.mockito.internal.matchers.Any. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 84 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 5, expected level should be one of the following: 4, 6. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 228 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 358 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 456 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 653 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 654 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 684 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 688 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 794 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 12, expected level should be one of the following: 10, 25, 27. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.nio.ByteBuffer. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 61 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 107 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 127 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 178 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 203 | |
| blocks | EmptyBlock | Must have at least one statement. | 209 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 231 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 236 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 250 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 262 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 267 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HFileArchiver should be declared as final. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 75 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 689 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 691 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 727 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 481 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 486 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 699 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.File. | 22 | |
| imports | UnusedImports | Unused import - java.util.Map. | 26 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 478 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 554 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 555 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 4. | 557 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 6. | 558 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 6. | 559 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 4. | 560 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 561 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 45 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 93 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 94 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 95 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 96 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 97 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 99 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 108 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 111 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 113 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 50 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 51 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 53 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 54 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 55 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 59 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 60 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 61 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 62 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 63 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 64 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 65 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 66 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 67 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 51 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 52 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 60 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 61 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 62 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 63 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 67 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 68 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 69 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 70 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 77 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 78 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 79 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 80 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 28 should have line break after. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 313 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 335 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 348 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 647 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 650 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 661 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 664 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 836 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 838 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 973 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 987 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1003 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1013 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1025 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1044 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1050 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1058 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1070 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1183 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1184 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1211 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1215 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1226 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1231 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1240 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1342 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1355 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1364 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1386 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1415 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1452 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1827 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1848 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1969 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2002 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2248 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2252 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2445 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2447 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2458 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2460 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 2494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2711 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3059 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1164 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 123 | |
| design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 125 | |
| design | VisibilityModifier | Variable 'actionsByRegion' must be private and have accessor methods. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 119 | |
| design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 123 | |
| design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 125 | |
| design | VisibilityModifier | Variable 'resp' must be private and have accessor methods. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 213 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 322 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.coprocessor.Batch' import. | 28 | |
| design | FinalClass | Class Builder should be declared as final. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InterruptedIOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 451 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 493 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 514 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 531 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 602 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 628 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 766 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1062 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1073 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.RpcController' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 95 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 100 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 112 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 27 | |
| imports | UnusedImports | Unused import - java.util.Arrays. | 27 | |
| imports | UnusedImports | Unused import - java.util.Objects. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Addressing' import. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.RpcController' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 49 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.compress.Compression' import. | 27 | |
| indentation | Indentation | 'block' child has incorrect indentation level 4, expected level should be 6. | 47 | |
| indentation | Indentation | 'if' has incorrect indentation level 4, expected level should be 6. | 48 | |
| indentation | Indentation | 'if' child has incorrect indentation level 6, expected level should be 8. | 49 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 4, expected level should be 6. | 50 | |
| indentation | Indentation | 'block' child has incorrect indentation level 4, expected level should be 6. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 4, expected level should be 6. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 4, expected level should be 6. | 55 | |
| indentation | Indentation | 'block' child has incorrect indentation level 4, expected level should be 6. | 56 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 2, expected level should be 4. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 198 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ColumnFamilyDescriptorBuilder should be declared as final. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 65 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 101 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 111 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 146 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 275 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 324 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 326 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 354 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 514 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 610 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 611 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 628 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 666 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 776 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 823 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 864 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 879 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 882 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 894 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 932 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 945 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 976 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 995 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1008 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1021 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1034 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1047 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1052 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 1061 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1066 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1159 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1205 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1208 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1286 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1350 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 29 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 131 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Throwables' import. | 140 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 144 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 874 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1154 | |
| sizes | MethodLength | Method length is 579 lines (max allowed is 150). | 1341 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1385 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1392 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1644 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1815 | |
| coding | NoFinalizer | Avoid using finalizer method. | 2142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 59 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 66 | |
| design | FinalClass | Class ShortCircuitingClusterConnection should be declared as final. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.Filter' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 352 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 582 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtils' import. | 214 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 229 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 318 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 333 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 334 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 335 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 548 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 550 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 552 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 553 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 554 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 555 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 556 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 557 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1137 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1301 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1307 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1316 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1373 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1454 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1468 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1718 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1723 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1727 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1738 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1740 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1746 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1747 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1748 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1807 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1810 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1941 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1943 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1944 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1982 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2064 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2130 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 2155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 2157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 2160 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2161 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 2176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 2179 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 7, expected level should be one of the following: 10, 12. | 2181 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2182 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 2197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 2200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2202 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2357 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2378 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2394 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2423 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2429 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2807 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2809 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2815 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2816 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2817 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3015 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 3032 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 3040 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 3042 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 3044 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 3045 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 3046 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 3078 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3693 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3696 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 69 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 160 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 49 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 55 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 60 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ConnectionUtils.checkHasFamilies' import. | 75 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 348 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 371 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 504 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 618 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 649 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 656 | |
| indentation | Indentation | 'new' has incorrect indentation level 4, expected level should be 6. | 751 | |
| indentation | Indentation | 'rpcControllerFactory' has incorrect indentation level 4, expected level should be 6. | 752 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 779 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 780 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 781 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 782 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 783 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 785 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 786 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 787 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 788 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 920 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 921 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1069 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1161 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1163 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 1164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1165 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1166 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1167 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1197 | |
| indentation | Indentation | '=' has incorrect indentation level 4, expected level should be 6. | 1219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor' import. | 22 | |
| 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. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.DNS.ServerType' import. | 58 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.RpcController' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 442 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 445 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 543 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 607 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 622 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 637 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 739 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 748 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 749 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 751 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JsonMapper' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
| 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. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 221 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.collect.ArrayListMultimap' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtils' import. | 285 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 297 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 1719 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 190 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 31 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 130 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 134 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 2, expected level should be 4. | 160 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 165 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 243 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 244 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 245 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 312 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 412 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 8, expected level should be 10. | 594 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 628 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 640 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 8, expected level should be 10. | 672 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 6, expected level should be 8. | 688 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 692 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 730 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RegionInfoBuilder should be declared as final. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.RegionInfo. | 24 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.RegionInfoBuilder. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| indentation | Indentation | 'RegionInfoBuilder' has incorrect indentation level 4, expected level should be 6. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 120 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 8, expected level should be 10. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 128 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 67 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 398 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 679 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 880 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 897 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 898 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 916 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 29 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
| 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. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 37 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 219 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 42 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 127 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 392 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 830 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 840 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1012 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.token.Token' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.PRIORITY_UNSET' import. | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 374 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 85 | |
| indentation | Indentation | 'lambda' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 241 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 32 should have line break after. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 388 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 389 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 390 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 392 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 393 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 693 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 716 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 147 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TableDescriptorBuilder should be declared as final. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 619 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 637 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 639 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 645 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 767 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 778 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 804 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 881 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 982 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1016 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1067 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1087 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1143 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1290 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 1325 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1334 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1335 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1341 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1374 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1456 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1494 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1612 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 24 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 51 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 52 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 53 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 54 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 55 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 57 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 58 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 60 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 61 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 62 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 63 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 407 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 491 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| imports | UnusedImports | Unused import - java.util.EnumSet. | 23 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ClusterMetrics. | 25 | |
| imports | UnusedImports | Unused import - org.slf4j.Logger. | 36 | |
| imports | UnusedImports | Unused import - org.slf4j.LoggerFactory. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 20 | |
| imports | UnusedImports | Unused import - org.jruby.embed.PathType. | 24 | |
| imports | UnusedImports | Unused import - org.junit.Test. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 20 | |
| imports | UnusedImports | Unused import - org.jruby.embed.PathType. | 24 | |
| imports | UnusedImports | Unused import - org.junit.Test. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Optional. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 72 | |
| indentation | Indentation | 'throws' has incorrect indentation level 8, expected level should be 10. | 426 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 509 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1445 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1676 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1677 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1678 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1679 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1680 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1681 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1682 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1683 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1684 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1685 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1686 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1687 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 4, expected level should be 6. | 1688 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 139 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 299 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 236 | |
| indentation | Indentation | 'splitTest' has incorrect indentation level 2, expected level should be 4. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 118 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| blocks | EmptyBlock | Must have at least one statement. | 247 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionLocation. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 100 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 120 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 122 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 124 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 126 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 79 | |
| indentation | Indentation | 'result' has incorrect indentation level 4, expected level should be 6. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Before' import. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 303 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 335 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 339 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 362 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 375 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 450 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 498 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 531 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 538 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 582 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 583 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 584 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 585 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 635 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 649 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 663 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 723 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 738 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 755 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 6. | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 843 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 166 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 172 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 226 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 235 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 288 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 297 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 359 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 367 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 428 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 434 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 479 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 442 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 539 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 541 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 606 | |
| blocks | EmptyBlock | Must have at least one statement. | 708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 729 | |
| indentation | Indentation | 'for' has incorrect indentation level 7, expected level should be 6. | 910 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 8. | 911 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 911 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 913 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 914 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 9, expected level should be 8. | 915 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 7, expected level should be 6. | 916 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 919 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 86 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 157 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 167 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 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 189 lines (max allowed is 150). | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 2, expected level should be 4. | 140 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 156 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 977 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1005 |
| 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 |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.runner.RunWith. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 37 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| indentation | Indentation | 'org' has incorrect indentation level 2, expected level should be 4. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 125 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 332 |
| 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. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| 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 |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertArrayEquals' import. | 42 | |
| sizes | MethodLength | Method length is 188 lines (max allowed is 150). | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 525 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| 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 |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.slf4j.Logger' import. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 213 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 284 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 331 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 544 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 621 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 47 | |
| 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 | |
| indentation | Indentation | 'IOException' has incorrect indentation level 2, expected level should be 4. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 318 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 349 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 374 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 399 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 438 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 439 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 440 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 453 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 454 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 455 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 456 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 457 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 460 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 472 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 474 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 478 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 494 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 495 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 496 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 513 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 514 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 515 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 527 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 528 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 529 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 536 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 537 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 544 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
| 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 |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 20 | |
| imports | UnusedImports | Unused import - org.jruby.embed.PathType. | 24 | |
| imports | UnusedImports | Unused import - org.junit.Test. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 20 | |
| imports | UnusedImports | Unused import - org.jruby.embed.PathType. | 28 | |
| imports | UnusedImports | Unused import - org.junit.Test. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 494 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 676 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 20 | |
| imports | UnusedImports | Unused import - org.jruby.embed.PathType. | 24 | |
| imports | UnusedImports | Unused import - org.junit.Test. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.NoSuchElementException. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 |
| 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. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 |
| 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 101). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 20 | |
| imports | UnusedImports | Unused import - org.jruby.embed.PathType. | 24 | |
| imports | UnusedImports | Unused import - org.junit.Test. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| indentation | Indentation | 'try' has incorrect indentation level 4, expected level should be 6. | 263 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 264 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 265 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 8. | 266 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 267 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 4, expected level should be 6. | 268 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 6, expected level should be 8. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| coding | EmptyStatement | Empty statement. | 109 | |
| coding | EmptyStatement | Empty statement. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 20 | |
| imports | UnusedImports | Unused import - org.jruby.embed.PathType. | 24 | |
| imports | UnusedImports | Unused import - org.junit.Test. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'while' child has incorrect indentation level 5, expected level should be 6. | 346 |
| 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 | |
| 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. | 105 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 264 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 335 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 336 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 354 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 355 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 371 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 372 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 390 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.ClientTests' import. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcCallContext' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 48 | |
| imports | RedundantImport | Duplicate import to line 46 - org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos. | 52 | |
| imports | RedundantImport | Duplicate import to line 47 - org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 26 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.RegionLoadStats' import. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.ColumnInterpreter' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.ColumnInterpreter' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.ColumnInterpreter' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| misc | UpperEll | Should use uppercase 'L'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| indentation | Indentation | 'ProcessRequest' has incorrect indentation level 2, expected level should be 4. | 39 |
| 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 |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Threads' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 182 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 48 | |
| design | VisibilityModifier | Variable 'countOfRPCcalls' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCcalls' must be private and have accessor methods. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 68 | |
| design | VisibilityModifier | Variable 'sumOfMillisSecBetweenNexts' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'countOfNSRE' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'countOfBytesInResults' must be private and have accessor methods. | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 83 | |
| design | VisibilityModifier | Variable 'countOfBytesInRemoteResults' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'countOfRegions' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'countOfRPCRetries' must be private and have accessor methods. | 93 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCRetries' must be private and have accessor methods. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 71 | |
| design | VisibilityModifier | Variable 'countOfRowsFiltered' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'countOfRowsScanned' must be private and have accessor methods. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 41 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 276 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 296 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 297 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 298 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 300 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 311 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 314 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 337 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 338 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.NonNull' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| 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. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.CellCodec. | 33 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.Codec. | 34 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.KeyValueCodec. | 35 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.MessageCodec. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 70 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 84 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ByteBuffInputStream' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 587 |
| 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. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| indentation | Indentation | 'try' child has incorrect indentation level 4, expected level should be 6. | 233 | |
| indentation | Indentation | 'try' child has incorrect indentation level 4, expected level should be 6. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 197 |
| 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 |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'ignoreZKDeleteForTesting' must be private and have accessor methods. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| blocks | EmptyBlock | Must have at least one statement. | 457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 160 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 37 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| indentation | Indentation | 'Q' has incorrect indentation level 0, expected level should be 2. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 473 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 499 | |
| indentation | Indentation | 'if' has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 501 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12. | 502 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 503 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 504 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 505 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6. | 506 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 678 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 25 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.lang.annotation.ElementType' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 508 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 530 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 536 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 577 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 578 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 641 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1390 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1496 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.metrics.MetricRegistries' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 72 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 249 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 320 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 321 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1266 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1453 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1477 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 476 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 503 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 533 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 548 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 578 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 332 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 409 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 12, expected level should be 10. | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 189 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 190 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 169 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 170 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 174 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 612 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 619 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 781 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 783 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| 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. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 230 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 321 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 147 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 154 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 155 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 166 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 167 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 183 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 207 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 239 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 264 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 302 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 454 | |
| blocks | EmptyBlock | Must have at least one statement. | 508 | |
| blocks | EmptyBlock | Must have at least one statement. | 534 | |
| blocks | EmptyBlock | Must have at least one statement. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 645 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 719 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 720 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 749 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 773 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 778 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 788 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 923 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 924 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 226 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 344 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 350 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 75 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 154). | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.DoNotRetryRegionException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 55 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 99 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 112 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 118 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 124 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 130 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 136 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 142 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 155 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 167 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 173 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 179 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 185 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 191 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 197 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 203 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 209 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 215 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 223 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 228 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 235 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 241 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 248 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 255 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 262 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 269 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 276 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 283 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 283 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 284 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 30 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 33 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 34 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 45 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 489 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 490 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 493 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 495 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 496 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 6. | 498 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 8. | 499 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 6. | 501 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 503 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 504 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 505 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 506 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 633 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'segregateRegionsAndAssignRegionsWithFavoredNodes' has incorrect indentation level 2, expected level should be 4. | 236 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 238 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.RegionInfo' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'secondaryAndTertiaryRSPlacementHelper' has incorrect indentation level 2, expected level should be 4. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Preconditions' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 40 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 61 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 122 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 193 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 131 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 3, expected level should be 4. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| indentation | Indentation | 'if' has incorrect indentation level 3, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 36 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 160 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 183 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 208 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 232 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 233 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 234 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 235 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 236 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 237 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 238 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 239 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 240 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 241 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 242 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 243 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 244 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 245 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 35 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 71 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 263 | |
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 4, expected level should be 6. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 41 | |
| indentation | Indentation | 'enum def rcurly' has incorrect indentation level 0, expected level should be 2. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 101 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 102 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 104 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 108 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 109 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 113 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 114 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 117 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 170). | 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 157). | 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 154). | 147 | |
| sizes | LineLength | Line is longer than 100 characters (found 170). | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 159 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 160 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 161 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 165 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 169 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 170 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 171 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 172 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 174 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 175 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 176 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 177 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 178 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 179 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 180 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 181 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 182 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 183 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 184 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 186 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 187 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 188 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 190 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 191 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 192 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 195 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 196 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 197 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 198 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 199 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 202 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 203 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 205 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 207 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 208 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 209 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 210 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 211 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 212 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 213 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 214 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 215 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 216 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 217 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 218 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 219 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 220 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 221 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 222 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 223 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 224 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 225 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 226 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 227 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 228 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 229 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 231 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 232 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 233 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 234 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 235 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 236 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 237 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 238 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Preconditions' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 107 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be one of the following: 10, 12. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be one of the following: 12, 14. | 208 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12. | 210 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 211 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 217 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 608 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 631 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 632 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 635 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 26 should have line break after. | 55 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 116 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 144 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 184 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.CompareFilter.CompareOp' import. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 124 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 191 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 214 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 227 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 243 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 276 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 304 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 392 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 487 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 525 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 551 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 578 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 608 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 638 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 659 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 681 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 704 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 747 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 777 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 781 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 783 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 787 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 789 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 791 | |
| annotation | MissingDeprecated | Duplicate @deprecated tag. | 801 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 804 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 806 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 808 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 810 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 812 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 814 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 816 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 818 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 828 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 829 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 836 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 838 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 840 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 842 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 844 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 854 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 875 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 895 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 131 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 369 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 35 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 209 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 258 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 303 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 406 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 37 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 116 | |
| coding | EmptyStatement | Empty statement. | 117 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 181 | |
| coding | EmptyStatement | Empty statement. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 247 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 253 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 254 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 255 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 6, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 436 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 437 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 438 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 439 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 440 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 441 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 443 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 444 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 445 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 446 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 447 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 448 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 450 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 451 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 452 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 453 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 454 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 455 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 457 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 458 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 459 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 460 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 461 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 462 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 464 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 465 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 466 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 467 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 468 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 469 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 471 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 472 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 473 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 474 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 475 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 476 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 575 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 592 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 608 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 654 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 668 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 688 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 696 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 775 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 850 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 851 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 852 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 853 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 855 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 856 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 857 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 858 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 860 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 861 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 862 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 863 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 865 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 866 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 867 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 868 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 869 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 870 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 872 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 873 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 874 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 875 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 876 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 877 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 879 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 880 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 881 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 882 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 883 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 884 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 899 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 900 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 901 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 902 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 904 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 905 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 906 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 907 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 909 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 910 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 911 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 912 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 914 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 915 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 916 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 917 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 919 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 920 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 921 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 922 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 924 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 925 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 926 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 927 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 937 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 938 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 939 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 941 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 942 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 943 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 946 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 947 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 950 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 951 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 952 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 955 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 956 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 957 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 959 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 960 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 961 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 965 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 966 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 967 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 969 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 970 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 971 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 975 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 976 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 977 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 979 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 980 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 981 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 985 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 986 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 987 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 989 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 990 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 991 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 995 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 997 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 998 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1000 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1002 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1003 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1004 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1006 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1007 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1008 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1010 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1011 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1012 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1014 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1015 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1016 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1018 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1019 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1020 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1022 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1023 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1024 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1026 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1032 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1034 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1035 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1037 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1039 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1040 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1041 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1043 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1044 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1045 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1047 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1048 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1049 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1051 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1052 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1053 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1055 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1056 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1057 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1059 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1060 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1061 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1063 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1065 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1149 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1150 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1151 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1152 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1153 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1154 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1156 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1157 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1158 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1159 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1160 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1161 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1163 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1164 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1165 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1166 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1167 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1168 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1170 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1171 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1172 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1173 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1174 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1175 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1177 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1178 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1179 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1180 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1181 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1182 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1197 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1198 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1199 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1200 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1201 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1202 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1204 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1205 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1206 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1207 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1208 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1209 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1315 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1316 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1317 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1318 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1319 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1320 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1322 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1323 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1324 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1325 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1326 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1327 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1329 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1330 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1331 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1332 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1333 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1334 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1351 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1352 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1353 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1354 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1355 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1356 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1358 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1359 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1360 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1361 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1362 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1363 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1365 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1366 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1367 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1368 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1369 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1370 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1392 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1416 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1417 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1418 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1419 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1420 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1421 | |
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 4, expected level should be 6. | 1432 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1433 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1433 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1438 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1439 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1440 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1441 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1442 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1443 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1444 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1445 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1446 | |
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 4, expected level should be 6. | 1453 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1454 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1454 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1459 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1460 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1461 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1462 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1463 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1464 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1465 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1466 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1467 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1480 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1481 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1482 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1483 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1484 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1485 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1486 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1487 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1488 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1489 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1490 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1491 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1492 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1493 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1494 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1495 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1496 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1497 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1577 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1578 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1579 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1610 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1611 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1612 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1613 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1823 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1831 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1844 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1853 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1865 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1874 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1896 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1905 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1923 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2089 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2092 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2164 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2177 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 2254 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 2291 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 276 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 286 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 399 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 485 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 500 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 508 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 514 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 517 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 529 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 534 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 567 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 571 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 6, expected level should be 8. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 130 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 133 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 134 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 135 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 174 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 365 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 410 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| 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 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 121 | |
| coding | EmptyStatement | Empty statement. | 122 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 192 | |
| coding | EmptyStatement | Empty statement. | 193 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 237 | |
| coding | EmptyStatement | Empty statement. | 238 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 248 | |
| coding | EmptyStatement | Empty statement. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| 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. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 4, expected level should be 6. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 72 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 115). | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Preconditions' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 130 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 160 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 130 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 1067 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 8. | 1069 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 6. | 1071 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 1072 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1072 | |
| indentation | Indentation | 'else' child has incorrect indentation level 8, expected level should be 6. | 1074 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.UserGroupInformation' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 17 | |
| imports | ImportOrder | Wrong order for 'java.net.HttpCookie' import. | 20 | |
| imports | ImportOrder | Wrong order for 'javax.servlet.FilterChain' import. | 26 | |
| imports | ImportOrder | Wrong order for 'javax.servlet.ServletException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'java.security.GeneralSecurityException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 206 | |
| sizes | LineLength | Line is longer than 100 characters (found 153). | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 211 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 211 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 125). | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 65 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hdfs.DFSInputStream. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 107 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 166 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 186 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be 6. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 185 lines (max allowed is 150). | 97 | |
| design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataOutputStream' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 140 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| 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. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 79 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 102 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| sizes | MethodLength | Method length is 224 lines (max allowed is 150). | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 142 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 258 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 383 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 429 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Context should be declared as final. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 454 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 496 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 503 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 504 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 505 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 506 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 4, expected level should be 6. | 508 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 6, expected level should be 8. | 509 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 4, expected level should be 6. | 510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 142 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SeekerStateBufferedEncodedSeeker should be declared as final. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class DiffSeekerStateBufferedEncodedSeeker should be declared as final. | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class FastDiffSeekerStateBufferedEncodedSeeker should be declared as final. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SeekerStateBufferedEncodedSeeker should be declared as final. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'for' has incorrect indentation level 5, expected level should be 4. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 21 |
| 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. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 320 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| 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. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ChecksumType' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.nio.ByteBuff' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.BloomFilterBase' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.BloomType' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 46 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 68 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 3, expected level should be 2. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 715 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 761 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 764 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 766 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 836 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 867 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 882 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1057 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1317 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1363 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1518 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 1551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1579 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1664 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 118). | 372 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 571 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 585 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 655 | |
| design | FinalClass | Class SimpleReporter should be declared as final. | 672 | |
| design | FinalClass | Class Builder should be declared as final. | 688 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Shipper' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 50 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 51 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 77 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 122 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.SortedSet. | 28 | |
| imports | UnusedImports | Unused import - java.util.TreeSet. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.encoding.DataBlockEncoding' import. | 24 | |
| design | FinalClass | Class NoOpDataBlockEncoder should be declared as final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 70 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 164 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 356 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 189 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 67 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 70 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.IOTests' import. | 44 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 96 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 97 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 46. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 569 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 680 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 681 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 689 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 690 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 696 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 702 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 708 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 715 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 721 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 728 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 735 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 744 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 23 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 177 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 358 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 895 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 112 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 351 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 522 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 673 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 728 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EmptyStatement | Empty statement. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '"testMidKeyInHFile"' has incorrect indentation level 4, expected level should be 6. | 119 | |
| sizes | MethodLength | Method length is 201 lines (max allowed is 150). | 125 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 10. | 91 | |
| indentation | Indentation | 'for' child has incorrect indentation level 14, expected level should be 12. | 93 | |
| indentation | Indentation | 'for' child has incorrect indentation level 14, expected level should be 12. | 95 | |
| indentation | Indentation | 'for' child has incorrect indentation level 14, expected level should be 12. | 96 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 10. | 98 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 10, expected level should be 8. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 117). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 728 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.github.benmanes.caffeine.cache.Cache' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 56 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 275 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 54. | 276 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 54. | 277 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 54. | 278 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 54. | 279 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 571 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 576 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 578 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 611 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 143). | 227 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 280 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 281 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 330 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 331 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 332 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 333 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 334 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 335 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 336 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 337 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1059 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1060 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1282 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1286 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1295 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 1380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1579 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1582 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheStats' import. | 25 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.BlockCacheKey' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 8. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 8. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 14, 24. | 93 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 14, 24. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 348 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 395 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 416 | |
| sizes | LineLength | Line is longer than 100 characters (found 137). | 426 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 435 | |
| sizes | LineLength | Line is longer than 100 characters (found 156). | 444 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 446 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 451 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 452 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 46, 47. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 135 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.MemStoreLAB' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 60 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 68 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 72 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 94 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 98 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 102 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Preconditions' import. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 488 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 557 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| design | VisibilityModifier | Variable 'action' must be private and have accessor methods. | 43 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.TimeoutIOException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.Codec' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.UnknownProtocolException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 37 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 39 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 41 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 111 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 123 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 136 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.IntegrationTests' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 30 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 79 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.nio.ByteBuffer' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.Message' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler' import. | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 79 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 42. | 162 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 165 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 199 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 219 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 457 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 610 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 31 | |
| design | FinalClass | Class RpcServerFactory should be declared as final. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.namequeues.NamedQueueRecorder' import. | 29 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.VersionInfoUtil' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 416 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 588 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 637 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 694 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.conf.ConfigurationObserver' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 328 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 416 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 472 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 500 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Threads' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 93 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 156 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 157 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 160 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 161 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.ReflectionUtils. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 283 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 301 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HBaseMarkers should be declared as final. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 41 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 42 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 25 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 36 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 27 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 38 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 24 | |
| indentation | Indentation | 'implements' has incorrect indentation level 2, expected level should be 4. | 51 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 27 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 81 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 22 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 183 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 200 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 204 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 205 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 238 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 250 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 255 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 267 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 384 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.BufferedMutator' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 123 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 24 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 22 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 36 | |
| indentation | Indentation | 'getRecordReader' has incorrect indentation level 2, expected level should be 4. | 150 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 159 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 160 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 180 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 105 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 150 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 151 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 152 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 8, expected level should be 10. | 153 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 155 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 156 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| misc | UpperEll | Should use uppercase 'L'. | 386 | |
| misc | UpperEll | Should use uppercase 'L'. | 389 | |
| misc | UpperEll | Should use uppercase 'L'. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 29 should have line break after. | 61 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 89 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 189 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.serializer.Deserializer' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 157 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 158 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 10. | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 228 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 230 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 231 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 239 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Driver should be declared as final. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 30 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 68 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 105 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 40 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 274 lines (max allowed is 150). | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 52 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 24 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 34 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 26 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 53 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 378 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 521 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 530 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 629 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 744 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 748 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 766 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 810 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 591 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 631 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 658 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 660 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 677 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 691 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 694 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 739 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 750 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 762 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 321 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 323 | |
| indentation | Indentation | 'InterruptedException' has incorrect indentation level 4, expected level should be 6. | 337 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 376 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 383 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 678 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 694 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 153 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 154 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.serializer.Deserializer' import. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparatorImpl' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 36 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 37 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'Class' has incorrect indentation level 2, expected level should be 4. | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| indentation | Indentation | 'void' has incorrect indentation level 2, expected level should be 4. | 112 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rparen' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'InterruptedException' has incorrect indentation level 4, expected level should be 6. | 195 | |
| indentation | Indentation | 'InterruptedException' has incorrect indentation level 4, expected level should be 6. | 200 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 266 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.serializer.Deserializer' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 37 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 38 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 14 has parse error. Details: mismatched input ':' expecting <EOF> while parsing JAVADOC | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 81 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 246 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 5, expected level should be 4. | 636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 40 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 49 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 8. | 130 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 125 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 439 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 461 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 475 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 534 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 536 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 537 | |
| sizes | LineLength | Line is longer than 100 characters (found 150). | 542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 671 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 54 | |
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.MetricRegistry' import. | 65 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 70 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 140 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 5. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 145 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 164 | |
| indentation | Indentation | 'throws' has incorrect indentation level 3, expected level should be 5. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 185 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 231 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 242 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 243 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 257 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 267 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 268 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 291 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 301 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 302 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 397 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 403 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 639 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 651 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 667 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 669 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 671 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 672 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 673 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 674 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 675 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 676 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 677 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 699 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 701 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 703 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 704 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 705 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 706 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 707 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 708 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 709 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 726 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 793 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 855 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 932 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 963 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 967 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 989 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1003 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 22 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.JobContext' import. | 24 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 64 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 73 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 94 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 139 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 24 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'for' has incorrect indentation level 6, expected level should be 4. | 310 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 311 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 312 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 313 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 314 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 6, expected level should be 4. | 315 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 316 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 317 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 318 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 319 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 320 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 321 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 322 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 323 | |
| 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 rcurly' has incorrect indentation level 6, expected level should be 4. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 22 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 56 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 213 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 227 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 228 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 180 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 182 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 183 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 251 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 252 | |
| misc | UpperEll | Should use uppercase 'L'. | 274 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 504 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 582 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 591 | |
| sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 594 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 749 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 751 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 760 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 797 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 809 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 844 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 869 | |
| indentation | Indentation | 'getMockColumnFamiliesForBloomType' has incorrect indentation level 2, expected level should be 4. | 918 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 918 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 940 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 953 | |
| indentation | Indentation | 'for rparen' has incorrect indentation level 10, expected level should be 6. | 965 | |
| indentation | Indentation | 'getMockColumnFamiliesForBlockSize' has incorrect indentation level 2, expected level should be 4. | 991 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 991 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1017 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1031 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1068 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1090 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1166 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1171 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1185 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1187 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1386 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1390 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1439 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 211 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 213 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 214 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 216 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 217 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 221 | |
| indentation | Indentation | 'try' has incorrect indentation level 6, expected level should be 4. | 222 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 223 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 224 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 225 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 226 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 228 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 230 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 231 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 232 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 233 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 234 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 235 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 236 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 237 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 238 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 239 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 240 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 4. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 8. | 277 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 8. | 278 | |
| indentation | Indentation | 'try' child has incorrect indentation level 5, expected level should be 6. | 289 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 296 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 316 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 316 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 318 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 355 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 357 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 358 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 373 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 374 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 429 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 430 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 431 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 447 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 448 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 516 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 517 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 518 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 532 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 533 | |
| javadoc | NonEmptyAtclauseDescription | Javadoc comment at column 0 has parse error. Details: no viable alternative at input ' *' while parsing JAVADOC_TAG | 545 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 609 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 627 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 694 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 696 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be one of the following: 12, 25. | 758 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 14, 33. | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 29. | 249 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 297 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.SecurityConstants. | 99 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 194 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 196 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 197 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 265 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 266 | |
| misc | UpperEll | Should use uppercase 'L'. | 288 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 350 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 538 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 616 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 625 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 628 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 785 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 787 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 796 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 832 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 844 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 879 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 903 | |
| indentation | Indentation | 'getMockColumnFamiliesForBloomType' has incorrect indentation level 2, expected level should be 4. | 952 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 952 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 973 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 986 | |
| indentation | Indentation | 'for rparen' has incorrect indentation level 10, expected level should be 6. | 998 | |
| indentation | Indentation | 'getMockColumnFamiliesForBlockSize' has incorrect indentation level 2, expected level should be 4. | 1024 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1024 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1049 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1063 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1100 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1198 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1218 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1220 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1419 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1423 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1472 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1474 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'Bytes' has incorrect indentation level 4, expected level should be 6. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 230 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 232 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 233 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 235 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 240 | |
| indentation | Indentation | 'try' has incorrect indentation level 6, expected level should be 4. | 241 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 242 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 243 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 244 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 245 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 247 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 249 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 250 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 251 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 252 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 253 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 254 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 255 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 256 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 257 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 258 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 259 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 4. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 8. | 296 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 8. | 297 | |
| indentation | Indentation | 'try' child has incorrect indentation level 5, expected level should be 6. | 308 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 315 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 335 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 335 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 337 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 374 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 376 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 377 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 392 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 393 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 448 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 449 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 450 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 466 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 467 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 535 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 536 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 537 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 551 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 628 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 646 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 713 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 715 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be one of the following: 12, 25. | 777 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 129 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 131 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 145 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 147 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 117 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 119 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 167 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 169 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 170 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 183 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 184 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 185 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 235 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 236 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 238 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 253 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 255 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 257 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 258 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 260 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 272 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 274 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 275 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 276 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 290 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 291 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 308 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 310 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 311 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 147 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 197 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 199 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 201 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 202 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 204 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 205 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 245 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 246 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 247 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 273 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 274 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 275 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 276 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 278 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 403 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 490 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 127 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 76. | 82 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'cf' has incorrect indentation level 6, expected level should be 8. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 149). | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 288 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| misc | UpperEll | Should use uppercase 'L'. | 400 | |
| misc | UpperEll | Should use uppercase 'L'. | 403 | |
| misc | UpperEll | Should use uppercase 'L'. | 406 |
| 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. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 29 should have line break after. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 76. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| indentation | Indentation | 'for' has incorrect indentation level 9, expected level should be 8. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.SNAPSHOT_INPUTFORMAT_LOCALITY_BY_REGION_LOCATION' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 109 | |
| indentation | Indentation | 'implements' has incorrect indentation level 2, expected level should be 4. | 110 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 118 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 153 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 32 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 48 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 151 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.Counter' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 37 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 110 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 151 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 201 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 206 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method call' child has incorrect indentation level 14, expected level should be 16. | 275 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 388 | |
| sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 219 lines (max allowed is 150). | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 436 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.NonceKey' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 87 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 97 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 98 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.NonceKey' import. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 51 | |
| imports | ImportOrder | Wrong order for 'org.slf4j.Logger' import. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 581 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 726 | |
| sizes | MethodLength | Method length is 378 lines (max allowed is 150). | 785 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1536 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1707 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1960 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1971 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1973 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1974 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1977 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1978 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1980 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1982 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1983 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1984 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 2003 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 2005 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2225 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2229 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2230 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2235 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2236 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2249 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2251 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2254 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2259 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2260 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2264 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2265 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2266 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2351 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2357 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2358 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2359 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 18, 20. | 2366 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be one of the following: 16, 18. | 2368 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 2369 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2370 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 2371 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2372 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2382 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2383 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2385 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2387 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2388 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2390 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2392 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2393 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2394 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2404 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2408 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2418 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2419 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2421 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2423 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2424 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2426 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2428 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2429 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2430 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2493 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2497 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2499 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2501 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2502 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2937 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3115 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3227 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 3257 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3298 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 3396 | |
| coding | EmptyStatement | Empty statement. | 3549 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 33 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block rcurly' has incorrect indentation level 8, expected level should be 6. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 782 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 800 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 819 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 835 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 836 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 838 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 855 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 869 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 884 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 901 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 920 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 939 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 957 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1721 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 1730 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 131 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 133 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1077 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1781 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1862 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.QuotaObserverChore' import. | 30 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 119 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 188 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| sizes | MethodLength | Method length is 259 lines (max allowed is 150). | 192 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 472 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 488 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 609 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 612 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 621 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 633 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 654 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 658 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 782 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 948 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 948 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hbase.thirdparty.com.google.protobuf.ByteString. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 521 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 530 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 569 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 672 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 707 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 728 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 732 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 782 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 811 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 848 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| design | VisibilityModifier | Variable 'installed' must be private and have accessor methods. | 493 | |
| design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 494 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 495 | |
| design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 496 | |
| design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 509 | |
| design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 510 | |
| design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 511 | |
| design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 512 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 513 | |
| design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 514 | |
| design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 515 | |
| design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 516 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKWatcher' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MasterSwitchType' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| 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. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 139 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 140 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 111 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 112 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 116 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 117 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 201 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 207 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 242 | |
| coding | EmptyStatement | Empty statement. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 95 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 121 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 122 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 203 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 259 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 387 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 500 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.LargeTests' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseClassTestRule' import. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | ImportOrder | Wrong order for 'junit.framework.TestCase.assertTrue' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 165 | |
| indentation | Indentation | 'report' has incorrect indentation level 4, expected level should be 6. | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 344 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 533 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.slf4j.Logger' import. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'junit.framework.TestCase.assertTrue' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 164 | |
| indentation | Indentation | 'for' has incorrect indentation level 5, expected level should be 4. | 165 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 166 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 167 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 168 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 169 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 169 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 170 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 171 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 5, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.DEFAULT_HBASE_ENABLE_SEPARATE_CHILD_REGIONS' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 48 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 76 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.slf4j.Logger' import. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 118). | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 733 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.assignment.AssignmentTestingUtil.insertData' import. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 0, expected level should be 2. | 172 | |
| indentation | Indentation | 'Bytes' has incorrect indentation level 4, expected level should be 6. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.HMaster' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 79 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 80 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 88 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 89 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 90 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 96 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 98 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 100 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 101 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 102 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 103 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 104 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 106 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 107 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 108 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 109 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 110 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 112 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 113 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 114 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 115 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 116 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 117 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 119 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 120 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 126 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 127 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 128 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 130 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 133 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 135 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 136 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 137 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 138 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 139 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 140 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 141 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 142 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 143 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 144 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 145 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 146 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 147 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 148 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 149 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 150 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 151 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 152 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 383 | |
| sizes | LineLength | Line is longer than 100 characters (found 150). | 407 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 162 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 163 | |
| sizes | MethodLength | Method length is 259 lines (max allowed is 150). | 208 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 319 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 643 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 644 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 644 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 646 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 648 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 652 | |
| design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 653 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 672 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 673 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 674 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 684 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 693 | |
| design | VisibilityModifier | Variable 'fromRegion' must be private and have accessor methods. | 694 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 695 | |
| design | VisibilityModifier | Variable 'toRegion' must be private and have accessor methods. | 696 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 706 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 720 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 721 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 724 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 725 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 726 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 727 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 728 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 730 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 731 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 731 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 732 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 733 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 734 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 735 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 737 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 738 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 738 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 739 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 739 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 740 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 741 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 742 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 743 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 744 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 755 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 852 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 867 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1089 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1095 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1207 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1424 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.HMaster' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'segregateRegionsAndAssignRegionsWithFavoredNodes' has incorrect indentation level 2, expected level should be 4. | 212 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 143 | |
| sizes | MethodLength | Method length is 208 lines (max allowed is 150). | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 449 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 467 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 472 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 473 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 473 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 475 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 513 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 514 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 527 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 528 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 572 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 579 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 597 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 315 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 888 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 889 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 890 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 891 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 892 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 893 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 894 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 895 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 896 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 897 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 898 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 899 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 900 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 901 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 902 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 903 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1187 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1188 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1189 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 123 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 442 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 535 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 128 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 134 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 135 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 137 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 142 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 151 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 75 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 78 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 79 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 80 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 88 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 90 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 93 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 94 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 95 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 98 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 99 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 100 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 101 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 102 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 103 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 104 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 106 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 108 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 110 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 111 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 112 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 113 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 114 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 115 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 116 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 117 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 118 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 90 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 93 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 94 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 95 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 99 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 100 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 101 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 102 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 103 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 107 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 108 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 109 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 110 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 111 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 112 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 116 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 117 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 118 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 119 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 120 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 121 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 430 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 450 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'junit.framework.TestCase.assertTrue' import. | 42 | |
| imports | UnusedImports | Unused import - junit.framework.TestCase.assertTrue. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 2, expected level should be 4. | 385 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 385 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 475 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 170 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 174 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 190 | |
| indentation | Indentation | 'final' has incorrect indentation level 2, expected level should be 4. | 196 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 508 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 609 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 612 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 620 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 637 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hbase.thirdparty.org.apache.commons.collections4.CollectionUtils.isNotEmpty. | 20 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure' import. | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 77 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableNotFoundException. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 393 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 454 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 71 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 73 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 74 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 82 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 98 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 101 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 288 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.org.apache.commons.collections4.CollectionUtils' import. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class UnknownServerVisitor should be declared as final. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 666 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 721 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 770 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class MasterProcedureTestingUtility should be declared as final. | 70 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.TableNamespaceManager' import. | 29 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 76 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 79 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 76 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.Procedure' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JRubyFormat' import. | 35 | |
| design | FinalClass | Class ProcedureDescriber should be declared as final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.VersionInfoUtil' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 243 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 245 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 246 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 247 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 257 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 258 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 115). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 117). | 60 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 62 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.MetaTableAccessor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 698 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 822 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 876 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1062 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 90 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 107 | |
| sizes | MethodLength | Method length is 204 lines (max allowed is 150). | 165 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 176 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.MD5Hash' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 53 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 55 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 56 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 57 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 60 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 95 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 97 |
| 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. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 157 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 181 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 181 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 113 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 160 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 426 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 443 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 450 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 698 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 927 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 933 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1170 | |
| indentation | Indentation | 'method def rparen' has incorrect indentation level 6, expected level should be 2. | 1174 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 1, expected level should be 0. | 1217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 234 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 353 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 359 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 435 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 573 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 682 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 705 | |
| indentation | Indentation | '.' has incorrect indentation level 6, expected level should be 8. | 846 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 889 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 125 | |
| sizes | LineLength | Line is longer than 100 characters (found 196). | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.TableDescriptor. | 55 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.IntegrationTests' import. | 63 | |
| misc | UpperEll | Should use uppercase 'L'. | 126 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 274 | |
| misc | UpperEll | Should use uppercase 'L'. | 343 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 346 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 629 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 630 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 631 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 632 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 32 | |
| design | FinalClass | Class NamedQueueRecorder should be declared as final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.slowlog.SlowLogTableAccessor' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.collect.EvictingQueue' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.collect.EvictingQueue' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.MetaTableAccessor. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 399 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 430 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 | |
| misc | UpperEll | Should use uppercase 'L'. | 558 | |
| misc | UpperEll | Should use uppercase 'L'. | 558 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 122 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 609 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 709 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 905 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 915 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 996 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1019 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1064 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.zookeeper.KeeperException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| 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. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 177 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 178 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 179 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 180 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 181 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 182 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 183 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 115 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 146 | |
| coding | EmptyStatement | Empty statement. | 146 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 176 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 178 | |
| coding | EmptyStatement | Empty statement. | 178 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 |
| 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. | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 234 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 411 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 150 | |
| indentation | Indentation | '.' has incorrect indentation level 6, expected level should be 8. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 182 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 183 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 186 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 190 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 219 | |
| indentation | Indentation | '.' has incorrect indentation level 6, expected level should be 8. | 241 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 258 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 261 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 283 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 284 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 285 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 311 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 346 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 214 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 228 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 28 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil' import. | 27 | |
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Arrays. | 20 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| blocks | EmptyBlock | Must have at least one statement. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMagic should be declared as final. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMessageConverter should be declared as final. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.RSGroupProtos' import. | 97 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 337 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 338 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 339 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 340 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 341 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 342 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 343 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 344 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 345 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 346 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 347 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 348 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 358 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 359 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 360 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 361 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 362 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 363 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 364 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 365 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 366 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 367 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 368 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 475 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 590 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 653 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 671 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 717 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 737 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 743 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 757 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 779 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 781 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 864 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 964 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1068 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1142 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1210 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1350 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1379 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1472 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1477 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1478 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1479 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1480 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1481 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1482 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1483 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1484 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1485 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1495 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1500 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1501 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1502 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1503 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1504 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1505 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1506 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1507 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1508 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1509 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1522 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1690 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1692 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1703 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1704 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 1705 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 1706 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 1707 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 1708 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 1709 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 1710 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1743 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1744 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1745 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1748 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1751 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.SizedCellScanner' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 41 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 143). | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 25 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 115). | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 25 | |
| design | FinalClass | Class NoopOperationQuota should be declared as final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoopQuotaLimiter should be declared as final. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 70 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 483 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 640 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 471 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 478 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 94 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 33 | |
| imports | RedundantImport | Duplicate import to line 32 - org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 26 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaRequest.Builder' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 172 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 557 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SpaceQuotaSnapshotNotifierFactory should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus' import. | 22 | |
| design | FinalClass | Class SpaceViolationPolicyEnforcementFactory should be declared as final. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 144 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 186 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 349 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 367 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TimeBasedLimiter should be declared as final. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 30 | |
| 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. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Append' import. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.SpaceViolationPolicy' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Append' import. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 119 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.UnexpectedStateException' import. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 119). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 32 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ClassSize' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ClassSize' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.NavigableMap' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 0, expected level should be 2. | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 151 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 157 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 289 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.NavigableMap' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.BloomFilterWriter' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 462 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.executor.EventHandler' import. | 24 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HStore. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 239 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 245 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 16, expected level should be 12. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionContext' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.HFILE_BLOCK_CACHE_SIZE_KEY' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 193 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 202 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 208 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 269 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 270 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 275 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 276 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 277 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 278 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 279 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 280 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 12. | 281 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 282 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 283 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 284 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 285 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 286 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 291 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 292 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 293 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 294 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 295 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 296 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 12. | 297 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 298 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 299 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 300 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 301 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 36 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 66 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.FifoRpcScheduler' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 32 |
| 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. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils' import. | 180 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 217 | |
| imports | RedundantImport | Duplicate import to line 204 - org.apache.yetus.audience.InterfaceAudience. | 217 | |
| imports | RedundantImport | Duplicate import to line 205 - org.slf4j.Logger. | 218 | |
| imports | RedundantImport | Duplicate import to line 206 - org.slf4j.LoggerFactory. | 219 | |
| imports | RedundantImport | Duplicate import to line 166 - org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil. | 221 | |
| imports | RedundantImport | Duplicate import to line 167 - org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos. | 222 | |
| imports | RedundantImport | Duplicate import to line 168 - org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CoprocessorServiceCall. | 223 | |
| imports | RedundantImport | Duplicate import to line 169 - org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionLoad. | 224 | |
| imports | RedundantImport | Duplicate import to line 170 - org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.StoreSequenceId. | 225 | |
| imports | RedundantImport | Duplicate import to line 171 - org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription. | 226 | |
| imports | RedundantImport | Duplicate import to line 172 - org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos. | 227 | |
| imports | RedundantImport | Duplicate import to line 173 - org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.CompactionDescriptor. | 228 | |
| imports | RedundantImport | Duplicate import to line 174 - org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.FlushDescriptor. | 229 | |
| imports | RedundantImport | Duplicate import to line 175 - org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.FlushDescriptor.FlushAction. | 230 | |
| imports | RedundantImport | Duplicate import to line 176 - org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.FlushDescriptor.StoreFlushDescriptor. | 231 | |
| imports | RedundantImport | Duplicate import to line 177 - org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.RegionEventDescriptor. | 232 | |
| imports | RedundantImport | Duplicate import to line 178 - org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.RegionEventDescriptor.EventType. | 233 | |
| imports | RedundantImport | Duplicate import to line 179 - org.apache.hadoop.hbase.shaded.protobuf.generated.WALProtos.StoreDescriptor. | 234 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 447 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 448 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 744 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 746 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 747 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 748 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 749 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 750 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 754 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 774 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 775 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 776 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 777 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 931 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1130 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 1148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1311 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1399 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1551 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1552 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1556 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1557 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1603 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1604 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1608 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1609 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1640 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1642 | |
| sizes | MethodLength | Method length is 262 lines (max allowed is 150). | 1649 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1962 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1969 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2416 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2440 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2443 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2500 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2501 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2712 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2820 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2893 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2912 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2934 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2966 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3108 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 3122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4700 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 4957 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5048 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5058 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5059 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5064 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5108 | |
| indentation | Indentation | 'if' has incorrect indentation level 3, expected level should be 4. | 5147 | |
| indentation | Indentation | 'if' child has incorrect indentation level 5, expected level should be 6. | 5148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5157 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 5160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5215 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 5286 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 5288 | |
| sizes | MethodLength | Method length is 195 lines (max allowed is 150). | 5446 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 5638 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 5726 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5727 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5728 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 5729 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5730 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5731 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 5732 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5733 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5734 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 5735 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5736 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5737 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 5738 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5739 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 10, expected level should be 12. | 5740 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 5742 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5987 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5988 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5989 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6084 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6612 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6847 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6848 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 6852 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6869 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6878 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6896 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6898 | |
| sizes | MethodLength | Method length is 203 lines (max allowed is 150). | 6904 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 7296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7421 | |
| sizes | MethodLength | Method length is 229 lines (max allowed is 150). | 7440 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 7499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7660 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7677 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7689 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7691 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7932 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7933 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7934 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7937 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7942 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7951 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7952 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7953 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7959 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7965 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7975 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7976 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7977 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7980 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7984 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7994 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7995 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7996 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 8001 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 8007 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8026 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8027 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8028 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8045 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8046 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8047 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8067 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8068 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8069 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 8113 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 8140 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8338 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 8344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8536 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 8558 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 8596 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 8716 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8771 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 8838 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 8840 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 8841 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 8842 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 8843 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 8844 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 9013 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 9014 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 9016 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 9017 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 9029 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 9030 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 9103 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 9105 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 9106 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 9107 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 9108 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 9109 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 9111 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 9112 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 9114 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 9115 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 9118 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 9121 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 9122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 1, expected level should be 2. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 598 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 602 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 626 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 700 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 811 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 854 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 856 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 880 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 913 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 915 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 989 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1072 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1261 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'TEST_SKIP_REPORTING_TRANSITION' must be private and have accessor methods. | 253 | |
| design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 306 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 470 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 487 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 488 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 492 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 724 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 725 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 841 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 873 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 878 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 893 | |
| sizes | MethodLength | Method length is 230 lines (max allowed is 150). | 1003 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1133 | |
| blocks | EmptyBlock | Must have at least one statement. | 1140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1462 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1570 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 16, expected level should be 18. | 1891 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1926 | |
| indentation | Indentation | 'HConstants' has incorrect indentation level 6, expected level should be 8. | 2030 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2500 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2610 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2696 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2712 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2721 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2818 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2832 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2918 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3225 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 5, expected level should be 4. | 3226 | |
| indentation | Indentation | 'for' has incorrect indentation level 7, expected level should be 6. | 3227 | |
| indentation | Indentation | 'for' child has incorrect indentation level 9, expected level should be 8. | 3228 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 8. | 3229 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 3230 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 9, expected level should be 8. | 3231 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 7, expected level should be 6. | 3232 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 5, expected level should be 4. | 3233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3234 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 3235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3409 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 3414 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 5, expected level should be 4. | 3549 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 3566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 3587 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 3615 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2498 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.BloomFilterFactory' import. | 45 | |
| imports | UnusedImports | Unused import - org.apache.hbase.thirdparty.com.google.common.base.Preconditions. | 51 | |
| imports | RedundantImport | Duplicate import to line 44 - org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 557 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 235 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 403 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 404 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 405 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 406 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 408 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 411 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 495 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 | |
| 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 104). | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 94 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| 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. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 180 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.UnexpectedStateException' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 123 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 134 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.htrace.core.TraceScope' import. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| design | FinalClass | Class FlushHandler should be declared as final. | 322 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 548 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 549 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 593 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 594 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 595 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 598 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 805 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 814 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 824 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 864 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 873 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 885 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 886 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 924 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 485 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 234 lines (max allowed is 150). | 667 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 916 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 245 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 141 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.metrics2.MetricsExecutor' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class MetricsUserAggregateFactory should be declared as final. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.FilterBase' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'class def modifier' has incorrect indentation level 3, expected level should be 2. | 429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 684 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 730 | |
| sizes | MethodLength | Method length is 162 lines (max allowed is 150). | 735 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 749 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 765 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 948 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 949 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 950 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1129 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1579 | |
| indentation | Indentation | 'ClientService' has incorrect indentation level 6, expected level should be 8. | 1589 | |
| indentation | Indentation | 'ClientService' has incorrect indentation level 6, expected level should be 8. | 1590 | |
| indentation | Indentation | 'AdminService' has incorrect indentation level 6, expected level should be 8. | 1594 | |
| indentation | Indentation | 'AdminService' has incorrect indentation level 6, expected level should be 8. | 1595 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1627 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1685 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1749 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1930 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2033 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 2051 | |
| indentation | Indentation | 'regionServer' has incorrect indentation level 14, expected level should be 16. | 2141 | |
| indentation | Indentation | 'regionOpenInfo' has incorrect indentation level 16, expected level should be 18. | 2145 | |
| indentation | Indentation | 'regionServer' has incorrect indentation level 16, expected level should be 18. | 2149 | |
| indentation | Indentation | 'regionServer' has incorrect indentation level 16, expected level should be 18. | 2152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2366 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2453 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2729 | |
| sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 2731 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2733 | |
| sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 3294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3492 | |
| sizes | MethodLength | Method length is 240 lines (max allowed is 150). | 3494 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl' import. | 29 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 547 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 565 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 577 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 605 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 640 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 115 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 213 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 219 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 227 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 235 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 246 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 252 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 260 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 268 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 299 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 306 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 325 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 332 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 340 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 347 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 355 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 391 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 14, expected level should be 12. | 427 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 677 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 682 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 711 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 733 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 746 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 814 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 936 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 939 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1333 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1364 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1366 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1367 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1368 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1379 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1380 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1388 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1408 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1409 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1410 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1421 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1423 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1424 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1425 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1432 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1439 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1441 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1442 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1443 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1448 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1457 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1458 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1459 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1478 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1480 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1481 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1482 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1485 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1488 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1490 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1491 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1498 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1517 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1519 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1520 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1521 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1527 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1529 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1530 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1531 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1539 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1543 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1570 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1579 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.util.MemorySizeUtil' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 24 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 193 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 194 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 7, expected level should be 6. | 299 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 7, expected level should be 6. | 300 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 60 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 85 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 32 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.PriorityFunction' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 131). | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 43 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 454 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 456 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 462 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 126 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 132 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 134 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 135 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 138 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 139 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 269 |
| 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 |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 | |
| indentation | Indentation | 'this' has incorrect indentation level 14, expected level should be 16. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.PriorityFunction' import. | 26 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 32 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 204 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| 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. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 539 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 602 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 605 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 608 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 609 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 610 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 614 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 618 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 620 |
| 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. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 534 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 653 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 314 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 333 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 510 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hbase.thirdparty.com.google.common.collect.SetMultimap. | 66 | |
| design | FinalClass | Class StoreFileWriter should be declared as final. | 74 |
| 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. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 393 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 543 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 | |
| sizes | MethodLength | Method length is 228 lines (max allowed is 150). | 547 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 759 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 890 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 915 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1060 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1061 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1062 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1063 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1078 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1080 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1212 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionContext' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 95 | |
| design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 102 | |
| design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 104 | |
| design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 517 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 587 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 736 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 900 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 917 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 921 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 963 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '" The Universe, and Everything"' has incorrect indentation level 4, expected level should be 6. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 292 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 298 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 300 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 389 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 390 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 574 | |
| coding | EmptyStatement | Empty statement. | 575 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 696 | |
| design | FinalClass | Class WrappedRowLock should be declared as final. | 730 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method call rparen' has incorrect indentation level 8, expected level should be 4. | 88 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 8, expected level should be 4. | 104 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 127 | |
| coding | EmptyStatement | Empty statement. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 66 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 68 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 208 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 288 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 181 | |
| coding | EmptyStatement | Empty statement. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 166 | |
| coding | EmptyStatement | Empty statement. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 278 | |
| coding | EmptyStatement | Empty statement. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| indentation | Indentation | 'try' child has incorrect indentation level 5, expected level should be 6. | 374 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 688 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 915 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 916 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be 4. | 917 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 918 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 4. | 919 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 920 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 165 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 188 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 324 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 335 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 343 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 358 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 403 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 405 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 407 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 423 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 425 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 427 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 440 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 442 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 536 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 651 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 51. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 51. | 83 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 85 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 30. | 96 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 51. | 106 | |
| blocks | LeftCurly | '{' at column 10 should have line break after. | 107 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 109 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 55. | 110 | |
| blocks | LeftCurly | '{' at column 10 should have line break after. | 111 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 331 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 82. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 83. | 194 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 82. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 82. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 40. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 838 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 878 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 921 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 995 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1027 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1037 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1058 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 1105 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 194 lines (max allowed is 150). | 114 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 477 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1485 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1504 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1506 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3793 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4456 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 4526 | |
| coding | EmptyStatement | Empty statement. | 4527 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 4677 | |
| coding | EmptyStatement | Empty statement. | 4678 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 8. | 4705 | |
| design | FinalClass | Class PutThread should be declared as final. | 4716 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4892 | |
| blocks | EmptyBlock | Must have at least one statement. | 4954 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5107 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5118 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 5119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5431 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 5825 | |
| sizes | MethodLength | Method length is 160 lines (max allowed is 150). | 6267 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 6814 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 | |
| coding | EmptyStatement | Empty statement. | 356 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 311 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 370 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 372 | |
| coding | EmptyStatement | Empty statement. | 429 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 472 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 578 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 668 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 780 | |
| blocks | EmptyBlock | Must have at least one statement. | 782 | |
| blocks | EmptyBlock | Must have at least one statement. | 879 | |
| blocks | EmptyBlock | Must have at least one statement. | 883 | |
| blocks | EmptyBlock | Must have at least one statement. | 1039 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1156 | |
| blocks | EmptyBlock | Must have at least one statement. | 1457 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 1581 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1639 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1676 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 193 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 222 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 246 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 294 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 301 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 320 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 321 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ColumnFamilyDescriptorBuilder' has incorrect indentation level 4, expected level should be 6. | 547 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 756 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 768 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 814 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 954 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 2569 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 2572 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 2575 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 2578 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 2581 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 2584 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 2593 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 2596 | |
| blocks | LeftCurly | '{' at column 54 should have line break after. | 2599 | |
| blocks | LeftCurly | '{' at column 65 should have line break after. | 2602 | |
| blocks | LeftCurly | '{' at column 47 should have line break after. | 2605 | |
| blocks | LeftCurly | '{' at column 47 should have line break after. | 2608 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 2611 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 2614 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 2617 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 2620 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 2623 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 2626 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 2629 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 2632 | |
| blocks | LeftCurly | '{' at column 52 should have line break after. | 2635 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 2638 | |
| blocks | LeftCurly | '{' at column 56 should have line break after. | 2638 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 152 lines (max allowed is 150). | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 150 | |
| coding | EmptyStatement | Empty statement. | 150 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 182 | |
| coding | EmptyStatement | Empty statement. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 221 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 442 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 516 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ColumnFamilyDescriptorBuilder' has incorrect indentation level 4, expected level should be 6. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 144 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 153 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 154 | |
| coding | EmptyStatement | Empty statement. | 310 | |
| coding | EmptyStatement | Empty statement. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 56. | 99 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 499 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 500 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 501 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 202 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 179 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 219 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 159 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 398 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 401 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 403 | |
| sizes | LineLength | Line is longer than 100 characters (found 139). | 404 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 405 | |
| sizes | LineLength | Line is longer than 100 characters (found 147). | 406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 117 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52, 53. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 50 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.*' import. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 170 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 173 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 195 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertNotEquals. | 21 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 183 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 568 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 607 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 300 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'requestsMap' has incorrect indentation level 6, expected level should be 8. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.log4j.Appender' import. | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 185 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 78 | |
| 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. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 65. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 65. | 264 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 274 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 352 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 582 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 608 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 609 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 644 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 582 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 21 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.TestClientScannerRPCTimeout. | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 129 | |
| blocks | EmptyBlock | Must have at least one statement. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'else' child has incorrect indentation level 4, expected level should be 6. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| blocks | EmptyBlock | Must have at least one statement. | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 182 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 185 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 186 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 188 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 5, expected level should be 6. | 266 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 564 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 776 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 802 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1025 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1026 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1027 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1028 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1032 | |
| indentation | Indentation | 'ZooKeeperConnectionException' has incorrect indentation level 2, expected level should be 4. | 1033 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1063 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1081 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1082 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1084 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1090 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1091 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1133 | |
| blocks | EmptyBlock | Must have at least one statement. | 1177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 158 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 268 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 230 lines (max allowed is 150). | 137 | |
| sizes | MethodLength | Method length is 254 lines (max allowed is 150). | 371 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 887 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 889 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 891 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 894 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 998 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1005 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.StoreConfigInformation' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'currentCompactedKVs' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'totalCompactedSize' must be private and have accessor methods. | 44 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 99 | |
| design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 120 | |
| design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 122 | |
| design | VisibilityModifier | Variable 'latestPutTs' must be private and have accessor methods. | 124 | |
| design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 126 | |
| design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 130 | |
| design | VisibilityModifier | Variable 'minSeqIdToKeep' must be private and have accessor methods. | 132 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 199 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 206 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class CurrentHourProvider should be declared as final. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 57 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 30 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 62 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 63 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 64 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 68 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 69 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 70 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 72 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 73 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 5, expected level should be one of the following: 4, 6. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 357 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 482 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 38 | |
| indentation | Indentation | 'try' child has incorrect indentation level 9, expected level should be 8. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 10, expected level should be 12. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 86 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 12, expected level should be 14. | 87 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 88 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 95 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 10, expected level should be 12. | 99 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ShipperListener' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.Filter' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.Type' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode' import. | 36 | |
| design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 110 | |
| design | VisibilityModifier | Variable 'mvcc' must be private and have accessor methods. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 165 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 200 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 201 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 203 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 204 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 205 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 209 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 210 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 212 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 213 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 214 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 215 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 216 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 217 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeepDeletedCells' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 303 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 321 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 41. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 21 |
| 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. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 45. | 174 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 45. | 175 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 45. | 176 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 45. | 177 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 186 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 187 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 188 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 189 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 230 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 231 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 232 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 233 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.IsolationLevel' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtils' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 96 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 188 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 189 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 191 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 193 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 206 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| blocks | EmptyBlock | Must have at least one statement. | 373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'encodedName2HighestSequenceId' must be private and have accessor methods. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 583 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 752 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 754 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 764 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 1200 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 1202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.htrace.core.TraceScope' import. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 255 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.TagCompressionContext' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL' import. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 88 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 142 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 64 | |
| imports | RedundantImport | Duplicate import to line 63 - org.apache.hbase.thirdparty.com.google.common.util.concurrent.ThreadFactoryBuilder. | 68 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 112 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 249 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 278 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 572 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 794 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 871 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 873 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1077 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1078 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 40 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 41 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 43 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 44 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALEdit' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 196 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 198 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 199 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 200 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 202 | |
| sizes | LineLength | Line is longer than 100 characters (found 194). | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.EncryptionUtil' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.Encryptor' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 287 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 288 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 289 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 175 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 528 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 570 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.BaseDecoder' import. | 32 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 107 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class WALEnvironment should be declared as final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class WALUtil should be declared as final. | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALEdit' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 28 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.regionserver.MetricsSource' import. | 34 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.HBaseException' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 83 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 84 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 85 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 86 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 87 | |
| indentation | Indentation | 'else' child has incorrect indentation level 14, expected level should be 16. | 88 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 14. | 89 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 90 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 91 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 92 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALProvider. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 229 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 230 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 231 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 283 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 279 | |
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.commons.io.IOUtils. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 269 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 274 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 102 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 422 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 519 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 447 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.collect.Lists' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.stream.Collectors. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 21 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 144 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Collection. | 21 | |
| imports | UnusedImports | Unused import - java.util.stream.Collectors. | 24 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.replication.ReplicationAdmin. | 55 | |
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 72 | |
| imports | UnusedImports | Unused import - org.mockito.Mockito. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 201 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 445 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 448 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.mockito.Mockito.when. | 22 | |
| imports | ImportOrder | Wrong order for 'org.mockito.Mockito' import. | 41 | |
| imports | UnusedImports | Unused import - org.mockito.Mockito. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 192 | |
| sizes | MethodLength | Method length is 282 lines (max allowed is 150). | 266 | |
| sizes | MethodLength | Method length is 257 lines (max allowed is 150). | 289 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 323 | |
| sizes | LineLength | Line is longer than 100 characters (found 159). | 333 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 373 | |
| sizes | LineLength | Line is longer than 100 characters (found 162). | 378 | |
| sizes | LineLength | Line is longer than 100 characters (found 147). | 383 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 398 | |
| sizes | LineLength | Line is longer than 100 characters (found 171). | 403 | |
| sizes | LineLength | Line is longer than 100 characters (found 156). | 408 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 433 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 438 | |
| sizes | LineLength | Line is longer than 100 characters (found 179). | 473 | |
| sizes | LineLength | Line is longer than 100 characters (found 164). | 478 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSource. | 25 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| 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. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.model.NamespacesModel' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'conf' must be private and have accessor methods. | 111 | |
| blocks | EmptyBlock | Must have at least one statement. | 242 | |
| sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 283 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 285 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 383 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ProxyUserAuthenticationFilter.toLowerCase' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| 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. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 14. | 228 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 10, expected level should be 12. | 229 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 14. | 230 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 10, expected level should be 12. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 268 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 269 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 270 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 271 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 339 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 340 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 341 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 403 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 445 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 446 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 447 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 561 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 562 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 563 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 564 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 691 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 692 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 693 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 694 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 695 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 714 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 786 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 787 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 788 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 789 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 808 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 848 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 882 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 883 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 884 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 885 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 886 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 237 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 238 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 10. | 239 | |
| indentation | Indentation | 'while' child has incorrect indentation level 10, expected level should be 12. | 240 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 241 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 242 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 243 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 244 | |
| indentation | Indentation | 'while' child has incorrect indentation level 10, expected level should be 12. | 245 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 10. | 246 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 248 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 249 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 250 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 10. | 251 | |
| indentation | Indentation | 'while' child has incorrect indentation level 10, expected level should be 12. | 252 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 253 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 254 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 255 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 256 | |
| indentation | Indentation | 'while' child has incorrect indentation level 10, expected level should be 12. | 257 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 10. | 258 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 259 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 260 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 261 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.model.CellModel' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.core.JsonParseException' import. | 42 | |
| indentation | Indentation | 'Collections' has incorrect indentation level 3, expected level should be 4. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 130 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonIgnore' import. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 346 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.model.VersionModel' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.FileInputStream. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 502 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 634 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 649 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 688 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 736 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 739 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 754 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 774 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 133 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 135 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 138 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 139 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 153 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 157 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 167 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 169 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 171 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 172 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 173 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 174 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 175 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 176 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 177 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 178 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 179 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 180 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 181 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 209 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 210 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 212 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 214 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 216 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 219 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 220 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 221 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 222 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 223 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 224 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 225 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 226 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 227 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 228 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 229 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 230 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 257 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 258 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 259 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 260 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 261 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 262 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 263 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 264 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 265 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 266 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 267 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 268 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 269 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 298 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 299 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 300 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 301 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 302 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 303 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 304 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 305 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 306 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 307 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 308 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 343 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 344 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 345 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 346 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 347 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 348 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 349 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 350 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 351 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 352 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 353 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 382 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 383 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 384 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 385 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 386 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 387 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 388 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 389 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 390 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 391 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 392 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 393 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 394 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 395 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Append' import. | 54 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 275 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 276 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 277 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 278 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 279 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 280 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 281 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 282 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 283 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 284 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 285 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 286 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 287 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 325 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 325 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 353 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 404 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 405 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 406 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 408 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 409 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 410 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 411 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 412 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 413 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 414 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 459 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 460 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 461 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 462 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 463 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 464 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 465 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 466 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 467 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 468 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 469 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 483 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 484 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 485 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 486 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 487 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 488 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 489 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 490 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 491 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 492 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 493 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 536 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 537 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 538 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 539 | |
| indentation | Indentation | 'try' has incorrect indentation level 10, expected level should be 12. | 540 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 14. | 541 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 10, expected level should be 12. | 542 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 14. | 543 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 10, expected level should be 12. | 544 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 545 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 546 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 547 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 563 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 564 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 565 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 566 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 567 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 568 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 569 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 570 | |
| indentation | Indentation | 'try' has incorrect indentation level 10, expected level should be 12. | 571 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 14. | 572 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 10, expected level should be 12. | 573 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 14. | 574 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 10, expected level should be 12. | 575 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 576 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 577 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 578 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 703 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 704 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 705 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 706 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 707 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 708 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 709 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 710 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 711 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 712 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 713 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 714 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 715 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 760 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 761 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 762 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 763 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 764 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 765 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 766 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 767 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 768 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 769 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 770 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 771 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 772 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 788 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonProperty' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellUtil' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonAnyGetter' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 85 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonProperty' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonInclude' import. | 79 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 134 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 135 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 136 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 206 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 207 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 209 | |
| design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 210 | |
| design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 211 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 212 | |
| design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 213 | |
| design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 214 | |
| design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 215 | |
| design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 216 | |
| design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 217 | |
| design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 218 | |
| design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 219 | |
| design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 220 | |
| design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 221 | |
| design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 222 | |
| design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 223 | |
| design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 225 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 352 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 373 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 374 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 375 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 376 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 377 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 378 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 379 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 380 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 381 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 382 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 383 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 386 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 387 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 388 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 391 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 392 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 393 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 394 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 395 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 396 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 397 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 398 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 10. | 399 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 400 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 401 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 402 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 403 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 404 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 405 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 406 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 408 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 409 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 411 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 412 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 413 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 414 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 10. | 415 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 416 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 417 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 418 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 419 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 420 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 421 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 422 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 423 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 424 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 425 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 426 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 427 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 428 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 429 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 430 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 431 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 432 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 433 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 434 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 435 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 436 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 437 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 440 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 441 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 442 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 443 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 444 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 445 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 446 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 447 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 448 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 451 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 452 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 453 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 454 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 455 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 456 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 457 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 458 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 459 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 460 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 461 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 462 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 463 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 464 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 465 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 466 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 467 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 468 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 469 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 470 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 501 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 512 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 574 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 597 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 599 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 764 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 825 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.ProtobufMessageHandler' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.model.CellModel' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.Constants' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.Constants' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.UserGroupInformation' import. | 27 | |
| design | VisibilityModifier | Variable 'authenticationMethod' must be private and have accessor methods. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 31 |
| 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. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.authorize.PolicyProvider' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.WritableUtils' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.security.UserProvider. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.FallbackDisallowedException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.ipc.RemoteException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 26 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.sasl.SaslClient' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 276 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 284 |
| 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. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 3, expected level should be 2. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 372 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 33 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 39 | |
| design | FinalClass | Class AccessControlUtil should be declared as final. | 46 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 389 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 390 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 391 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 392 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 393 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 394 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 395 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 396 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 397 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 398 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 412 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 413 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 414 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 415 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 416 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 417 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 418 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 419 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 420 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 421 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 497 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 777 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 817 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 915 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteRange' import. | 128 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 6. | 294 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1042 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1138 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1172 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1313 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1314 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1315 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1316 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1317 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1318 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1319 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1320 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1877 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1881 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1891 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1895 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 296 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 35 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread' import. | 61 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 65 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 49 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' has incorrect indentation level 2, expected level should be 4. | 559 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be one of the following: 8, 10. | 624 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be one of the following: 8, 10. | 646 | |
| blocks | EmptyBlock | Must have at least one statement. | 930 | |
| sizes | MethodLength | Method length is 243 lines (max allowed is 150). | 1350 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1508 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1600 | |
| sizes | MethodLength | Method length is 167 lines (max allowed is 150). | 1820 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2299 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 2527 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2810 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 298 | |
| blocks | EmptyBlock | Must have at least one statement. | 324 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.JVMClusterUtil. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 765 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 221 lines (max allowed is 150). | 149 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 20, expected level should be 19. | 442 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 240 | |
| sizes | MethodLength | Method length is 297 lines (max allowed is 150). | 466 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 965 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.Text' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 10, expected level should be 8. | 269 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 444 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 445 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 80 | |
| sizes | MethodLength | Method length is 152 lines (max allowed is 150). | 139 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 189 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 21 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 621 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 693 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.visibility.expression.ExpressionNode' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.visibility.expression.ExpressionNode' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 90 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 303 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 304 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 305 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 306 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 307 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 308 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 309 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 358 lines (max allowed is 150). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 253 lines (max allowed is 150). | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 266 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 379 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 407 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 28. | 872 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 119 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 148 |
| 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 240 lines (max allowed is 150). | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 588 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1026 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| design | FinalClass | Class VisibilityLabelServiceManager should be declared as final. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 33 | |
| design | FinalClass | Class VisibilityLabelsCache should be declared as final. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TagInfo should be declared as final. | 56 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 126 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 127 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 131 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 136 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 140 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 141 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 143 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 144 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 31 should have line break after. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 130 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 231 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.BalancerDecision' import. | 71 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Addressing' import. | 189 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 210 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 497 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 498 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 499 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 500 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 501 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 502 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 503 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 504 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 505 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 506 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 507 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 508 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 518 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 519 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 520 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 521 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 522 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 523 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 524 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 525 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 526 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 527 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 528 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 529 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 619 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 632 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 635 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 734 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 737 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 747 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 750 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 812 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 830 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 880 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 883 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 903 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 909 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 923 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 973 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1076 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1278 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1346 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1517 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1546 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1637 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1639 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1644 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1645 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1646 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1647 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1648 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1649 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1650 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1651 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1662 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1667 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1668 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1669 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1670 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1671 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1672 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1673 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1674 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1675 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1676 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1689 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1757 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1758 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1759 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1777 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 1782 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1796 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1797 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1798 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 1801 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1818 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 1820 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1830 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1832 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 1849 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1850 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 1851 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1864 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1882 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1894 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 2108 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2185 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2335 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2442 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2523 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2537 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2696 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2734 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2749 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2763 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2777 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2778 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2779 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 2910 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 3031 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3082 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3095 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 3112 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3119 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 3120 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3204 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3205 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3206 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3212 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 3266 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 3281 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 3306 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3330 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3331 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3332 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3333 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 485 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 486 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 501 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 569 | |
| indentation | Indentation | 'org' has incorrect indentation level 9, expected level should be 10. | 611 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 738 | |
| indentation | Indentation | 'org' has incorrect indentation level 9, expected level should be 10. | 779 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1592 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1710 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1766 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1878 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1890 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1902 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1913 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1916 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 37 | |
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| indentation | Indentation | 'method def lparen' has incorrect indentation level 6, expected level should be 2. | 338 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 338 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 477 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 530 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 531 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 532 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 143). | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 64 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 6. | 72 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 6. | 74 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 6. | 75 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 556 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 782 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 785 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 788 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 816 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 817 | |
| sizes | MethodLength | Method length is 171 lines (max allowed is 150). | 951 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 989 |
| 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. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 419 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 449 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 733 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 827 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 828 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 829 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 830 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 831 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 832 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 134 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 169 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 170 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 171 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 194 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 437 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 442 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 153 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 192 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 436 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 480 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 581 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 212 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 214 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 227 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 228 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 229 | |
| sizes | LineLength | Line is longer than 100 characters (found 152). | 234 | |
| sizes | LineLength | Line is longer than 100 characters (found 158). | 241 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 451 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 455 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 456 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 457 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 458 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 459 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 460 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 461 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 593 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 607 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 625 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 665 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 675 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 832 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 847 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.collect.Lists' import. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'try' has incorrect indentation level 4, expected level should be 6. | 252 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 253 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 254 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 255 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 256 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 4, expected level should be 6. | 257 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 6, expected level should be 8. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 210 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 480 | |
| misc | UpperEll | Should use uppercase 'L'. | 660 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 675 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 692 | |
| misc | UpperEll | Should use uppercase 'L'. | 719 | |
| misc | UpperEll | Should use uppercase 'L'. | 723 | |
| misc | UpperEll | Should use uppercase 'L'. | 726 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 925 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1010 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1012 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 1030 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1044 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 1148 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1166 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1284 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1316 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1458 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1467 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1527 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1642 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1645 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1649 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1651 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1711 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1890 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 497 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 533 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 642 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALEdit' import. | 70 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.WALPlayer' import. | 72 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 73 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 0, expected level should be 2. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 2, expected level should be 4. | 159 | |
| indentation | Indentation | 'if' has incorrect indentation level 2, expected level should be 4. | 160 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 161 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 2, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 0, expected level should be 2. | 163 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 172 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 176 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 177 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 177 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 177 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 177 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 177 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 177 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 179 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 179 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 181 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 181 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 181 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 181 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 181 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 181 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 186 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 507 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 509 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 518 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 560 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 561 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 562 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 563 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 564 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 565 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 566 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 567 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 652 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 355 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52. | 94 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52. | 95 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 69. | 144 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 193 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 194 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 195 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 196 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 197 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 198 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 199 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 200 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 201 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 202 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 102 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 103 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HbaseHandlerMetricsProxy should be declared as final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| blocks | EmptyBlock | Must have at least one statement. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ClientConnnection should be declared as final. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hbase.thirdparty.com.google.common.base.Joiner. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| coding | EmptyStatement | Empty statement. | 228 | |
| indentation | Indentation | 'try' has incorrect indentation level 3, expected level should be 4. | 238 | |
| indentation | Indentation | 'try' child has incorrect indentation level 5, expected level should be 6. | 239 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 239 | |
| indentation | Indentation | 'try' child has incorrect indentation level 5, expected level should be 6. | 240 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 240 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 3, expected level should be 4. | 241 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 5, expected level should be 6. | 242 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 3, expected level should be 4. | 243 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 253 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 320 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 765 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 790 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 845 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 872 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 879 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 891 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 892 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 893 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 894 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 923 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ProxyUserAuthenticationFilter.getDoasFromHeader' import. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 121). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 153 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 8. | 155 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 156 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 157 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 158 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 159 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 160 | |
| indentation | Indentation | 'for' has incorrect indentation level 10, expected level should be 8. | 161 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 10. | 162 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 10, expected level should be 8. | 166 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 167 | |
| indentation | Indentation | 'else' child has incorrect indentation level 10, expected level should be 8. | 168 | |
| indentation | Indentation | 'for' has incorrect indentation level 10, expected level should be 8. | 169 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 10. | 170 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 10, expected level should be 8. | 174 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 6. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.LogQueryFilter' import. | 69 | |
| imports | ImportOrder | Wrong order for 'org.apache.thrift.TException' import. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 114 | |
| design | FinalClass | Class ThriftUtilities should be declared as final. | 121 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 368 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 369 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 370 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 371 | |
| indentation | Indentation | 'else' child has incorrect indentation level 14, expected level should be 16. | 372 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 14. | 373 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 374 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 375 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 376 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 377 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 378 | |
| indentation | Indentation | 'else' child has incorrect indentation level 14, expected level should be 16. | 379 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 14. | 380 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 381 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 382 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 383 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 384 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 385 | |
| indentation | Indentation | 'else' child has incorrect indentation level 14, expected level should be 16. | 386 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 14. | 387 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 388 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 389 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 390 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 391 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 392 | |
| indentation | Indentation | 'else' child has incorrect indentation level 14, expected level should be 16. | 393 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 14. | 395 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 527 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.HStore. | 89 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 107 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 644 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 646 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 648 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 649 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 650 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 118). | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 123 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 134 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 154 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 164 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 174 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 187 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 234 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 25. | 459 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 654 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| indentation | Indentation | 'for' has incorrect indentation level 6, expected level should be 4. | 118 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 153 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 6, expected level should be 4. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 43 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 94 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 4, expected level should be one of the following: 8, 21. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 24 | |
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.CheckForNull' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.HFile' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.nio.ByteBuff' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.BloomType' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.CellSink' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractQueue' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 396 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 418 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 423 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 424 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 425 | |
| indentation | Indentation | 'else' child has incorrect indentation level 7, expected level should be 6. | 426 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 5, expected level should be 4. | 427 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 694 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 867 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 868 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 869 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 888 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 920 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 982 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 983 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 999 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1000 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1032 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1033 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1056 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1066 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1067 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 24 | |
| design | FinalClass | Class ByteStringer should be declared as final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 403 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 434 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 658 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 686 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 807 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 825 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 838 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 981 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1033 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1055 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1146 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1222 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1690 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1691 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1692 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1693 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1698 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1722 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1735 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1736 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1737 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1764 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1765 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1775 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1776 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1785 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1795 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1902 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1915 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1916 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1918 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1926 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1939 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1948 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2008 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2009 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2013 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2015 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2042 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2144 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2186 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2221 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2224 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 2239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2308 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2325 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 2337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2570 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2599 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 2626 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2659 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 2666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2694 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2695 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 353 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 379 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 391 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 443 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 493 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 775 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 780 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 40 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractMap' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 34 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 74 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class CoprocessorClassLoader should be declared as final. | 77 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 2, expected level should be one of the following: 6, 8. | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 266 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 267 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 268 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 372 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 395 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 23 should have line break after. | 183 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| design | FinalClass | Class EncryptionTest should be declared as final. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class EnvironmentEdgeManager should be declared as final. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.BlockLocation' import. | 30 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.util.FSUtils. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 478 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 534 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 613 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 641 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Throwables' import. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 289 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 311 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 352 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 369 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 387 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 405 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 444 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 499 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 608 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 612 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 650 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 681 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 683 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 752 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 787 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 907 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 933 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 934 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 935 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 936 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 937 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 984 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1050 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1201 | |
| indentation | Indentation | 'final' has incorrect indentation level 2, expected level should be 4. | 1204 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1205 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1221 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1288 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1310 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1336 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1468 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1496 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1738 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1754 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1756 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator' import. | 122 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 713 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 771 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 849 | |
| design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 876 | |
| design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 877 | |
| design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 878 | |
| design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 879 | |
| design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 880 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 882 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 936 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1013 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1048 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1204 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 1210 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 1211 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1219 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 1220 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1373 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1391 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1407 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1427 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1456 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 1459 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1612 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1613 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1616 | |
| indentation | Indentation | 'if' has incorrect indentation level 7, expected level should be 6. | 1651 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 1654 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 7, expected level should be 6. | 1655 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1707 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1785 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1975 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2146 | |
| sizes | MethodLength | Method length is 232 lines (max allowed is 150). | 2167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2405 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2656 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2657 | |
| indentation | Indentation | '.' has incorrect indentation level 10, expected level should be 12. | 2683 | |
| design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 2881 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2945 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 3055 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 3115 | |
| coding | EmptyStatement | Empty statement. | 3174 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 3186 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 3499 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 3542 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 3547 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 3548 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 3555 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 3560 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 3567 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 3569 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 3572 | |
| sizes | LineLength | Line is longer than 100 characters (found 145). | 3574 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 3575 | |
| sizes | LineLength | Line is longer than 100 characters (found 179). | 3576 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 3578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3604 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 3620 | |
| sizes | MethodLength | Method length is 227 lines (max allowed is 150). | 3631 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 107 |
| 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 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| 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. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 48 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be one of the following: 12, 23, 24. | 181 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 186 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 226 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 227 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 | |
| sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 104 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 109 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 109 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 189 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 191 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 192 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 193 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 194 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 195 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 196 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 197 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 198 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 199 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 201 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 203 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 207 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 209 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 210 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 211 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 213 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 214 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 215 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| design | FinalClass | Class GcTimes should be declared as final. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 57 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ArrayBackedTag' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 336 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 586 | |
| sizes | MethodLength | Method length is 191 lines (max allowed is 150). | 595 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 912 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.test.LoadTestDataGenerator' import. | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 81 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 326 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 509 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 543 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Consistency' import. | 31 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.test.LoadTestDataGenerator' import. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 169 | |
| indentation | Indentation | 'case' child has incorrect indentation level 18, expected level should be 20. | 206 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 207 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 208 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 209 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 210 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 211 | |
| indentation | Indentation | 'case' child has incorrect indentation level 18, expected level should be 20. | 212 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 213 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 216 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 217 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 218 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 219 | |
| indentation | Indentation | 'case' child has incorrect indentation level 18, expected level should be 20. | 220 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 221 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 222 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 269 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 126 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 69 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 72 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 75 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ThreadFactory' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 461 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 579 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 580 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 602 | |
| coding | EmptyStatement | Empty statement. | 603 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 649 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 650 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 724 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 725 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 726 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 834 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 918 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 919 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 920 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 921 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 941 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 942 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 959 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 975 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 983 | |
| coding | EmptyStatement | Empty statement. | 984 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1001 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1003 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1100 | |
| coding | EmptyStatement | Empty statement. | 1101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1197 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1754 | |
| coding | EmptyStatement | Empty statement. | 1755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 42 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 51 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 73 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 82 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 91 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 100 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 105 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 112 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 124 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. | 61 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 63 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 64 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 5, expected level should be 4. | 68 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 7, expected level should be 6. | 69 | |
| indentation | Indentation | 'if' has incorrect indentation level 7, expected level should be 6. | 71 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 72 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 73 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 7, expected level should be 6. | 74 | |
| indentation | Indentation | 'try' has incorrect indentation level 7, expected level should be 6. | 76 | |
| indentation | Indentation | 'try' child has incorrect indentation level 9, expected level should be 8. | 77 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 7, expected level should be 6. | 78 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 8. | 79 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 80 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 9, expected level should be 8. | 81 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 9, expected level should be 8. | 83 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 7, expected level should be 6. | 84 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 5, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 5, expected level should be 4. | 131 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 175 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 176 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 177 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 178 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 179 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 20 | |
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 21 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 23 | |
| imports | UnusedImports | Unused import - java.util.Objects. | 24 | |
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicBoolean. | 25 | |
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicReference. | 26 | |
| imports | UnusedImports | Unused import - org.junit.After. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.NonNull' import. | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RegionMover should be declared as final. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder' import. | 57 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 141 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 454 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 455 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 571 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 656 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 741 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 750 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 781 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 782 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 796 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 824 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Threads.isNonDaemonThreadRunning' import. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ReplicationPeerNotFoundException. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 57 should have line break after. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 125 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 126 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 129 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 130 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 132 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 133 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 134 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 135 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 136 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 212 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 227 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 238 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 266 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 274 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 298 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 301 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 353 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 451 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 116 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 4. | 143 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 150 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 185 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.ClassRule' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 123 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 140 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 141 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 251 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 44, 45. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 48, 49. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 296 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 389 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 391 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 398 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 403 | |
| indentation | Indentation | 'try' has incorrect indentation level 6, expected level should be 4. | 404 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 406 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 407 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 408 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 409 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 410 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 411 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 414 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 415 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 419 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 420 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 6. | 421 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 4. | 422 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 423 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 436 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 437 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 438 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 439 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 442 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Random. | 28 | |
| imports | UnusedImports | Unused import - java.util.concurrent.ThreadLocalRandom. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Random. | 23 | |
| imports | UnusedImports | Unused import - java.util.concurrent.ThreadLocalRandom. | 27 |
| 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. | 103 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 120 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 180 |
| 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 |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class UnsafeAvailChecker should be declared as final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.DataInputBuffer' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 94 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 120 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 146 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil' import. | 30 | |
| design | FinalClass | Class ZKDataMigrator should be declared as final. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 73 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 74 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 77 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 80 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 347 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 357 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 494 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 530 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 49 should have line break after. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 180 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 248 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.monitoring.MonitoredTask. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 21. | 142 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 154 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 309 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 348 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 407 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 765 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 113 | |
| indentation | Indentation | 'org' has incorrect indentation level 2, expected level should be 4. | 114 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 149 | |
| indentation | Indentation | 'org' has incorrect indentation level 2, expected level should be 4. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| 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. | 227 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 682 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 818 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 889 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 890 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 914 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 916 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 917 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 918 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 919 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1034 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1038 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang3.StringUtils.isNumeric' import. | 35 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 184 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 185 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 186 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 223 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 173 | |
| sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 439 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 569 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 579 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 586 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.zookeeper.server.DatadirCleanupManager' import. | 47 | |
| imports | UnusedImports | Unused import - org.slf4j.Logger. | 48 | |
| imports | UnusedImports | Unused import - org.slf4j.LoggerFactory. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 12, expected level should be 10. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ZKMetadata should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 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. | 72 | |
| design | VisibilityModifier | Variable 'regionNormalizerZNode' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'switchZNode' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'masterMaintZNode' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'replicationZNode' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'peersZNode' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'queuesZNode' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'hfileRefsZNode' must be private and have accessor methods. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 |