You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by TAK-LON WU <ta...@gmail.com> on 2018/07/03 18:44:52 UTC

[MINOR] About making IDEs' configuration to match checkstyle module

Hi guys,

Recently I hit a `ImportOrder` failure with the autobuild checkstyle module
in branch-1, I cut a JIRA  https://issues.apache.org/jira/browse/HBASE-20837
 for asking about the right import orders/layouts for master (or branch-1).

beside that, I'm wondered if this is a checkstyle problem for
master/branch-2 as well?

btw this is the proposed import order in eclipse format aligning with
checkstyle
in master branch
<https://github.com/apache/hbase/blob/master/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml>


#Organize Import Order

5=org.apache.hadoop.hbase.shaded

4=org.apache.hbase.thirdparty

3=javax

2=java

1=

0=\#


Thanks,
Stephen