Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3C10D200C64 for ; Fri, 28 Apr 2017 16:59:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 39292160BBD; Fri, 28 Apr 2017 14:59:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C5E50160BC2 for ; Fri, 28 Apr 2017 16:59:10 +0200 (CEST) Received: (qmail 33372 invoked by uid 500); 28 Apr 2017 14:59:04 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 29209 invoked by uid 99); 28 Apr 2017 14:59:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Apr 2017 14:59:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2D2F2E1797; Fri, 28 Apr 2017 14:59:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@hbase.apache.org Date: Fri, 28 Apr 2017 14:59:45 -0000 Message-Id: <401ccc949b3b45d080d53f8cc70987f1@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [46/51] [partial] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. archived-at: Fri, 28 Apr 2017 14:59:13 -0000 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/6f2e75f2/checkstyle-aggregate.html ---------------------------------------------------------------------- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index 61eb5a1..4741e84 100644 --- a/checkstyle-aggregate.html +++ b/checkstyle-aggregate.html @@ -7,7 +7,7 @@ - + Apache HBase – Checkstyle Results @@ -289,7 +289,7 @@ 2155 0 0 -14361 +14364

Files

@@ -787,7 +787,7 @@ - + @@ -2222,7 +2222,7 @@ - + @@ -2267,7 +2267,7 @@ - + @@ -7169,7 +7169,7 @@
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://|org.apache.thrift.|com.google.protobuf.|hbase.protobuf.generated"
- + @@ -14524,197 +14524,203 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + -
org/apache/hadoop/hbase/client/AsyncHBaseAdmin.java 0 031
32
org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java 0org/apache/hadoop/hbase/io/hfile/HFileBlock.java 0 046
47
org/apache/hadoop/hbase/io/hfile/HFileBlockIndex.java 0org/apache/hadoop/hbase/io/hfile/HFileWriterImpl.java 0 022
23
org/apache/hadoop/hbase/io/hfile/LruBlockCache.java 0762765  Error
imports ImportOrder Wrong order for 'com.google.common.annotations.VisibleForTesting' import.38
39
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.NamespaceDescriptor' import.52
53
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.HConstants' import.53
54
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.AsyncMetaTableAccessor' import.56
57
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.DeleteColumnRequest' import.98
102
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.CreateTableRequest' import.110
116
 Error sizes LineLength Line is longer than 100 characters (found 101).340
347
 Error indentation Indentation 'if' have incorrect indentation level 10, expected level should be 22.383
390
 Error indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 24.384
391
 Error indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 24.385
392
 Error indentation Indentation 'if rcurly' have incorrect indentation level 10, expected level should be 22.386
393
 Error indentation Indentation 'if' have incorrect indentation level 10, expected level should be 22.387
394
 Error indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 24.388
395
 Error indentation Indentation 'if rcurly' have incorrect indentation level 10, expected level should be 22.389
396
 Error indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 24.390
397
 Error indentation Indentation 'else rcurly' have incorrect indentation level 10, expected level should be 22.391
398
 Error indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 20.392
399
 Error sizes LineLength Line is longer than 100 characters (found 104).615
622
 Error sizes LineLength Line is longer than 100 characters (found 103).622
629
 Error sizes LineLength Line is longer than 100 characters (found 105).676
683
 Error sizes LineLength Line is longer than 100 characters (found 111).688
695
 Error sizes LineLength Line is longer than 100 characters (found 105).726
733
 Error blocks NeedBraces 'if' construct must use '{}'s.796
803
 Error blocks NeedBraces 'if' construct must use '{}'s.949
956
 Error blocks NeedBraces 'if' construct must use '{}'s.955
962
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description.1062
1069
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description.1063
1070
 Error sizes LineLength Line is longer than 100 characters (found 102).1236
1243
 Error sizes LineLength Line is longer than 100 characters (found 111).1285
1292
 Error sizes LineLength Line is longer than 100 characters (found 114).1367
1374
 Error sizes LineLengthLine is longer than 100 characters (found 107).1652
 ErrorsizesLineLength Line is longer than 100 characters (found 104).1776
+2019

org/apache/hadoop/hbase/client/AsyncMetaRegionLocator.java

- + - + @@ -14723,31 +14729,31 @@

org/apache/hadoop/hbase/client/AsyncNonMetaRegionLocator.java

Severity Category Rule Message Line
 Error imports AvoidStarImport
- + - + - + - + - + @@ -14756,73 +14762,73 @@

org/apache/hadoop/hbase/client/AsyncProcess.java

Severity Category Rule Message Line
 Error design VisibilityModifier Variable 'locateType' must be private and have accessor methods. 80
 Error design VisibilityModifier Variable 'cache' must be private and have accessor methods. 104
 Error design VisibilityModifier Variable 'pendingRequests' must be private and have accessor methods. 107
 Error design VisibilityModifier
- + - + - + - + - + - + - + - + - + - + - + - + @@ -14831,13 +14837,13 @@

org/apache/hadoop/hbase/client/AsyncProcessTask.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 100 characters (found 108). 226
 Error sizes LineLength Line is longer than 100 characters (found 112). 231
 Error blocks NeedBraces 'if' construct must use '{}'s. 317
 Error sizes LineLength Line is longer than 100 characters (found 102). 326
 Error sizes LineLength Line is longer than 100 characters (found 102). 387
 Error blocks NeedBraces 'if' construct must use '{}'s. 403
 Error indentation Indentation 'method call' child have incorrect indentation level 6, expected level should be 8. 438
 Error indentation Indentation 'method call' child have incorrect indentation level 6, expected level should be 8. 439
 Error indentation Indentation 'method call' child have incorrect indentation level 6, expected level should be 8. 440
 Error sizes LineLength Line is longer than 100 characters (found 109). 466
 Error sizes LineLength
- + - + @@ -14846,13 +14852,13 @@

org/apache/hadoop/hbase/client/AsyncRequestFuture.java

Severity Category Rule Message Line
 Error design FinalClass
- + - + @@ -14861,151 +14867,151 @@

org/apache/hadoop/hbase/client/AsyncRequestFutureImpl.java

Severity Category Rule Message Line
 Error imports ImportOrder
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -15014,13 +15020,13 @@

org/apache/hadoop/hbase/client/AsyncRpcRetryingCaller.java

Severity Category Rule Message Line
 Error blocks NeedBraces 'if' construct must use '{}'s. 104
 Error blocks NeedBraces 'if' construct must use '{}'s. 138
 Error blocks NeedBraces 'if' construct must use '{}'s. 141
 Error blocks NeedBraces 'if' construct must use '{}'s. 151
 Error blocks NeedBraces 'if' construct must use '{}'s. 173
 Error sizes LineLength Line is longer than 100 characters (found 101). 225
 Error sizes LineLength Line is longer than 100 characters (found 115). 407
 Error blocks NeedBraces 'if' construct must use '{}'s. 425
 Error sizes LineLength Line is longer than 100 characters (found 101). 445
 Error blocks NeedBraces 'if' construct must use '{}'s. 461
 Error sizes LineLength Line is longer than 100 characters (found 101). 463
 Error blocks NeedBraces 'if' construct must use '{}'s. 477
 Error blocks NeedBraces 'if' construct must use '{}'s. 481
 Error blocks NeedBraces 'if' construct must use '{}'s. 503
 Error sizes LineLength Line is longer than 100 characters (found 107). 524
 Error sizes LineLength Line is longer than 100 characters (found 105). 541
 Error sizes LineLength Line is longer than 100 characters (found 107). 554
 Error sizes LineLength Line is longer than 100 characters (found 110). 606
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 632
 Error sizes LineLength Line is longer than 100 characters (found 108). 657
 Error sizes LineLength Line is longer than 100 characters (found 106). 780
 Error blocks NeedBraces 'if' construct must use '{}'s. 1109
 Error sizes LineLength Line is longer than 100 characters (found 106). 1120
 Error blocks NeedBraces
- + - + @@ -15029,13 +15035,13 @@

org/apache/hadoop/hbase/client/AsyncRpcRetryingCallerFactory.java

Severity Category Rule Message Line
 Error sizes LineLength
- + - + @@ -15044,13 +15050,13 @@

org/apache/hadoop/hbase/client/AsyncSingleRequestRpcRetryingCaller.java

Severity Category Rule Message Line
 Error sizes LineLength
- + - + @@ -15059,25 +15065,25 @@

org/apache/hadoop/hbase/client/AsyncTableImpl.java

Severity Category Rule Message Line
 Error indentation Indentation
- + - + - + - + @@ -15086,13 +15092,13 @@

org/apache/hadoop/hbase/client/BatchErrors.java

Severity Category Rule Message Line
 Error imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.stream.Collectors.*. 25
 Error imports ImportOrder Wrong order for 'java.util.stream.Collectors.*' import. 25
 Error coding InnerAssignment
- + - + @@ -15101,13 +15107,13 @@

org/apache/hadoop/hbase/client/BufferedMutator.java

Severity Category Rule Message Line
 Error imports ImportOrder
- + - + @@ -15116,31 +15122,31 @@

org/apache/hadoop/hbase/client/BufferedMutatorImpl.java

Severity Category Rule Message Line
 Error imports ImportOrder
- + - + - + - + - + @@ -15149,25 +15155,25 @@

org/apache/hadoop/hbase/client/CancellableRegionServerCallable.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'java.io.IOException' import. 25
 Error imports UnusedImports Unused import - org.apache.hadoop.hbase.HConstants. 36
 Error sizes LineLength Line is longer than 100 characters (found 106). 114
 Error sizes LineLength
- + - + - + - + @@ -15176,19 +15182,19 @@

org/apache/hadoop/hbase/client/ClientAsyncPrefetchScanner.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController' import. 27
 Error blocks NeedBraces 'if' construct must use '{}'s. 55
 Error blocks NeedBraces
- + - + - + @@ -15197,13 +15203,13 @@

org/apache/hadoop/hbase/client/ClientIdGenerator.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.client.ConnectionUtils.calcEstimatedSize' import. 21
 Error blocks NeedBraces
- + - + @@ -15212,19 +15218,19 @@

org/apache/hadoop/hbase/client/ClientScanner.java

Severity Category Rule Message Line
 Error javadoc JavadocTagContinuationIndentation
- + - + - + @@ -15233,19 +15239,19 @@

org/apache/hadoop/hbase/client/ClientServiceCallable.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 97
 Error blocks NeedBraces
- + - + - + @@ -15254,13 +15260,13 @@

org/apache/hadoop/hbase/client/ClusterStatusListener.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController' import. 25
 Error javadoc NonEmptyAtclauseDescription
- + - + @@ -15269,19 +15275,19 @@

org/apache/hadoop/hbase/client/CompactType.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription
- + - + - + @@ -15290,13 +15296,13 @@

org/apache/hadoop/hbase/client/ConnectionConfiguration.java

Severity Category Rule Message Line
 Error whitespace MethodParamPad '(' is preceded with whitespace. 29
 Error whitespace MethodParamPad
- + - + @@ -15305,19 +15311,19 @@

org/apache/hadoop/hbase/client/ConnectionFactory.java

Severity Category Rule Message Line
 Error imports ImportOrder
- + - + - + @@ -15326,31 +15332,31 @@

org/apache/hadoop/hbase/client/ConnectionImplementation.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 100 characters (found 103). 58
 Error javadoc NonEmptyAtclauseDescription
- + - + - + - + - + @@ -15359,25 +15365,25 @@

org/apache/hadoop/hbase/client/CoprocessorHConnection.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'com.google.common.annotations.VisibleForTesting' import. 121
 Error sizes LineLength Line is longer than 100 characters (found 101). 1015
 Error sizes MethodLength Method length is 492 lines (max allowed is 150). 1249
 Error coding NoFinalizer
- + - + - + - + @@ -15386,25 +15392,25 @@

org/apache/hadoop/hbase/client/DelayingRunner.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 70
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 79
 Error javadoc NonEmptyAtclauseDescription
- + - + - + - + @@ -15413,43 +15419,43 @@

org/apache/hadoop/hbase/client/Delete.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'java.util.List' import. 25
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 81
 Error blocks NeedBraces
- + - + - + - + - + - + - + @@ -15458,61 +15464,61 @@

org/apache/hadoop/hbase/client/Get.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 112
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 113
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 129
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 130
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 157
 Error javadoc NonEmptyAtclauseDescription
- + - + - + - + - + - + - + - + - + - + @@ -15521,481 +15527,481 @@

org/apache/hadoop/hbase/client/HBaseAdmin.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 95
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 134
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 135
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 136
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 145
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 221
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 330
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 340
 Error indentation Indentation
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -16004,19 +16010,19 @@

org/apache/hadoop/hbase/client/HRegionLocator.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'com.google.common.annotations.VisibleForTesting' import. 205
 Error indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 300
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 302
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 304
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 305
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. 306
 Error blocks NeedBraces 'if' construct must use '{}'s. 429
 Error indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 432
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 434
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 436
 Error indentation Indentation 'if' have incorrect indentation level 8, expected level should be one of the following: 12, 14. 437
 Error indentation Indentation 'if' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. 438
 Error indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. 439
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 440
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 441
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. 442
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 618
 Error blocks NeedBraces 'if' construct must use '{}'s. 1233
 Error blocks NeedBraces 'if' construct must use '{}'s. 1234
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1262
 Error sizes LineLength Line is longer than 100 characters (found 103). 1472
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1509
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1528
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1546
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1564
 Error whitespace MethodParamPad '(' is preceded with whitespace. 1585
 Error whitespace MethodParamPad '(' is preceded with whitespace. 1590
 Error whitespace MethodParamPad '(' is preceded with whitespace. 1594
 Error indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 1603
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 1605
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 1611
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 1612
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. 1613
 Error blocks NeedBraces 'if' construct must use '{}'s. 1667
 Error blocks NeedBraces 'if' construct must use '{}'s. 1670
 Error blocks NeedBraces 'if' construct must use '{}'s. 1672
 Error indentation Indentation 'if' child have incorrect indentation level 7, expected level should be 6. 1706
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 1773
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 1775
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 1776
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1777
 Error blocks NeedBraces 'if' construct must use '{}'s. 1808
 Error javadoc JavadocTagContinuationIndentation Javadoc comment at column 64 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 1956
 Error indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 1988
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 1990
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 1993
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. 1994
 Error indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 2015
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 2018
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 7, expected level should be one of the following: 10, 12. 2020
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. 2021
 Error indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. 2042
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. 2045
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. 2047
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. 2048
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 2173
 Error javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 2. 2190
 Error indentation Indentation 'try' child have incorrect indentation level 10, expected level should be 8. 2210
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 2329
 Error indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. 2774
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. 2776
 Error indentation Indentation 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. 2781
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. 2782
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. 2783
 Error sizes LineLength Line is longer than 100 characters (found 110). 2910
 Error indentation Indentation 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 2995
 Error indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 2997
 Error indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. 2999
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. 3000
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. 3001
 Error blocks NeedBraces 'if' construct must use '{}'s. 3209
 Error blocks NeedBraces 'if' construct must use '{}'s. 3210
 Error blocks NeedBraces 'if' construct must use '{}'s. 3670
 Error blocks NeedBraces 'if' construct must use '{}'s. 3673
 Error sizes LineLength Line is longer than 100 characters (found 101). 3951
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 4106
 Error blocks NeedBraces 'if' construct must use '{}'s. 4214
 Error blocks NeedBraces 'if' construct must use '{}'s. 4215
 Error javadoc NonEmptyAtclauseDescription
- + - + - + @@ -16025,157 +16031,157 @@

org/apache/hadoop/hbase/client/HTable.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'com.google.common.annotations.VisibleForTesting' import. 25
 Error blocks NeedBraces
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -16184,37 +16190,37 @@

org/apache/hadoop/hbase/client/HTableMultiplexer.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 208
 Error sizes LineLength Line is longer than 100 characters (found 108). 407
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 592
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 602
 Error blocks NeedBraces 'if' construct must use '{}'s. 667
 Error sizes LineLength Line is longer than 100 characters (found 113). 752
 Error blocks NeedBraces 'if' construct must use '{}'s. 914
 Error blocks NeedBraces 'if' construct must use '{}'s. 915
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 943
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 1041
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 1145
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 1159
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 1165
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 1177
 Error blocks LeftCurly '{' at column 34 should have line break after. 1187
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 1189
 Error indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. 1208
 Error indentation Indentation 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. 1210
 Error indentation Indentation 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. 1211
 Error indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. 1212
 Error indentation Indentation 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. 1213
 Error indentation Indentation 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. 1214
 Error sizes LineLength Line is longer than 100 characters (found 103). 1247
 Error indentation Indentation '=' have incorrect indentation level 4, expected level should be 6. 1270
 Error sizes LineLength
- + - + - + - + - + - + @@ -16223,55 +16229,55 @@

org/apache/hadoop/hbase/client/HTableWrapper.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 143
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 144
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 154
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 155
 Error blocks NeedBraces
- + - + - + - + - + - + - + - + - + @@ -16280,19 +16286,19 @@

org/apache/hadoop/hbase/client/ImmutableHTableDescriptor.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 69
 Error indentation Indentation 'method def' child have incorrect indentation level 5, expected level should be 4. 270
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 310
 Error blocks LeftCurly '{' at column 55 should have line break after. 317
 Error blocks LeftCurly '{' at column 53 should have line break after. 320
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 322
 Error blocks LeftCurly '{' at column 35 should have line break after. 329
 Error blocks LeftCurly
- + - + - + @@ -16301,13 +16307,13 @@

org/apache/hadoop/hbase/client/Increment.java

Severity Category Rule Message Line
 Error annotation MissingDeprecated Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. 30
 Error annotation MissingDeprecated
- + - + @@ -16316,19 +16322,19 @@

org/apache/hadoop/hbase/client/MasterCallable.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription
- + - + - + @@ -16337,43 +16343,43 @@

org/apache/hadoop/hbase/client/MetaCache.java

Severity Category Rule Message Line
 Error sizes LineLength Line is longer than 100 characters (found 111). 83
 Error javadoc NonEmptyAtclauseDescription
- + - + - + - + - + - + - + @@ -16382,241 +16388,241 @@

org/apache/hadoop/hbase/client/MetricsConnection.java

Severity Category Rule Message Line
 Error blocks NeedBraces 'if' construct must use '{}'s. 81
 Error blocks NeedBraces 'if' construct must use '{}'s. 102
 Error blocks NeedBraces 'if' construct must use '{}'s. 107
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 192
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 295
 Error blocks NeedBraces
- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -16625,25 +16631,25 @@

org/apache/hadoop/hbase/client/MultiAction.java

Severity Category Rule Message Line
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 415
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 417
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 418
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 419
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 421
 Error indentation Indentation 'switch' have incorrect indentation level 8, expected level should be 10. 422
 Error indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 423
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 424
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 425
 Error indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 426
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 427
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 428
 Error indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 429
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 430
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 431
 Error indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 432
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 433
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 434
 Error indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 435
 Error indentation Indentation 'block' child have incorrect indentation level 10, expected level should be 14. 436
 Error indentation Indentation 'switch rcurly' have incorrect indentation level 8, expected level should be 10. 437
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 438
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 440
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 441
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 442
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 445
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 446
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 449
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 450
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 453
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 454
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 457
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 458
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 461
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 462
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 464
 Error indentation Indentation 'block' child have incorrect indentation level 8, expected level should be 10. 465
 Error indentation Indentation 'case' child have incorrect indentation level 6, expected level should be 8. 466
 Error indentation Indentation
- + - + - + - + @@ -16652,13 +16658,13 @@

org/apache/hadoop/hbase/client/MultiResponse.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 67
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 68
 Error javadoc NonEmptyAtclauseDescription
- + - + @@ -16667,49 +16673,49 @@

org/apache/hadoop/hbase/client/MultiServerCallable.java

Severity Category Rule Message Line
 Error javadoc NonEmptyAtclauseDescription
- + - + - + - + - + - + - + - + @@ -16718,133 +16724,133 @@

org/apache/hadoop/hbase/client/Mutation.java

Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController' import. 41
 Error imports ImportOrder Wrong order for 'com.google.common.annotations.VisibleForTesting' import. 43
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 49
 Error blocks NeedBraces 'if' construct must use '{}'s. 91
 Error blocks NeedBraces 'if' construct must use '{}'s. 110
 Error blocks NeedBraces 'if' construct must use '{}'s. 127
 Error javadoc JavadocTagContinuationIndentation
- + - + - + - + - + - + - + - + - + - + - + - + - +
Severity Category Rule Message Line
 Error imports ImportOrder Wrong order for 'com.google.common.collect.ArrayListMultimap' import. 53
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 126
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 127
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 128
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 129
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 237
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 331
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 341
 Error blocks NeedBraces 'if' construct must use '{}'s. 345
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 352
 Error javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 364
 Error blocks NeedBraces 'if' construct must use '{}'s.