ndimiduk commented on PR #5384:
URL: https://github.com/apache/hbase/pull/5384#issuecomment-1717035645

   > 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5384/6/artifact/yetus-general-check/output/diff-checkstyle-hbase-server.txt
   
   Checkstyle warning is,
   ```
   
./hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java:1675:
    protected HFileBlock readBlockDataInternal(FSDataInputStream is, long 
offset,:5: Method length is 154 lines (max allowed is 150). [MethodLength]
   ```
   
   It's counting the entire body of the method, which is comprised more of line 
comments than code, in that tally.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to