[
https://issues.apache.org/jira/browse/HBASE-20912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810410#comment-16810410
]
Ankit Singhal edited comment on HBASE-20912 at 4/4/19 11:33 PM:
----------------------------------------------------------------
bq. Meanwhile Tak Lon (Stephen) Wu's patch adds it as
{code}
#Organize Import Order
3=org.apache.hadoop.hbase.shaded
2=org.apache.hbase.thirdparty
1=
0=\\#
{code}
I think this one is better, "0=\#" means that all static imports to be listed
first in order. (intellij does it by default but eclipse generally put it at
last).
was (Author: [email protected]):
bq. Meanwhile Tak Lon (Stephen) Wu's patch adds it as
{code}
#Organize Import Order
3=org.apache.hadoop.hbase.shaded
2=org.apache.hbase.thirdparty
1=
0=\#
{code}
I think this one is better, "0=\#" means that all static imports to be listed
first in order. (intellij does it by default but eclipse generally put it at
last).
> Add import order config in dev support for eclipse
> --------------------------------------------------
>
> Key: HBASE-20912
> URL: https://issues.apache.org/jira/browse/HBASE-20912
> Project: HBase
> Issue Type: Bug
> Reporter: Ankit Singhal
> Assignee: Ankit Singhal
> Priority: Major
> Attachments: eclipse.importorder
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)