[
https://issues.apache.org/jira/browse/HBASE-14859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15028022#comment-15028022
]
Hudson commented on HBASE-14859:
--------------------------------
FAILURE: Integrated in HBase-Trunk_matrix #502 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/502/])
HBASE-14859 Better checkstyle reporting. Reports file names, error names
(stack: rev efb5917f2247b4cc1951ba950a9b9ff1a4606c92)
* dev-support/test-patch.sh
* dev-support/checkstyle_report.py
* hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
> Better checkstyle reporting
> ---------------------------
>
> Key: HBASE-14859
> URL: https://issues.apache.org/jira/browse/HBASE-14859
> Project: HBase
> Issue Type: Improvement
> Reporter: Appy
> Assignee: Appy
> Attachments: HBASE-14859-master-v2.patch, HBASE-14859.patch
>
>
> With additional checkstyles in place, I believe "-1 checkstyle" will fire
> more often now. Trying to make hunting down exact errors easier.
> This change will dump error like these in the checkstyle part of console
> itself:
> {noformat}
> hbase-common/src/main/java/org/apache/hadoop/hbase/Tag.java
> NonEmptyAtclauseDescriptionCheck 10 11
> hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
> NonEmptyAtclauseDescriptionCheck 0 1
> hbase-client/src/main/java/org/apache/hadoop/hbase/client/Query.java
> NonEmptyAtclauseDescriptionCheck 3 4
> hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/AsyncRpcChannel.java
> UnusedImportsCheck 0 1
> hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClientImpl.java
> NonEmptyAtclauseDescriptionCheck 2 3
> hbase-client/src/main/java/org/apache/hadoop/hbase/security/SaslUtil.java
> ArrayTypeStyleCheck 0 1
> hbase-client/src/main/java/org/apache/hadoop/hbase/security/SaslUtil.java
> UnusedImportsCheck 0 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)