[
https://issues.apache.org/jira/browse/HADOOP-17892?focusedWorklogId=650609&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-650609
]
ASF GitHub Bot logged work on HADOOP-17892:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/21 14:42
Start Date: 14/Sep/21 14:42
Worklog Time Spent: 10m
Work Description: steveloughran commented on pull request #3387:
URL: https://github.com/apache/hadoop/pull/3387#issuecomment-919218567
order is
```
java.*
javax.*
--
o.a.h.thirdparty
all non-org.apache
--
org.apache.*
--
all statics, in order.
--
```
all but the statics MUST NOT use wildcard imports.
the o.a.h.thirdparty one is a PITA, it goes there because on a backport it
will be converted to the unshaded. e.g com.google. It's making IDE import
statement placement and backporting a pain; at some point it'll just end up in
the main org.apache.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 650609)
Time Spent: 5h 10m (was: 5h)
> Add Hadoop code formatter in dev-support
> ----------------------------------------
>
> Key: HADOOP-17892
> URL: https://issues.apache.org/jira/browse/HADOOP-17892
> Project: Hadoop Common
> Issue Type: Task
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Labels: pull-request-available
> Time Spent: 5h 10m
> Remaining Estimate: 0h
>
> We should add Hadoop code formatter xml to dev-support specifically for new
> developers to refer to.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]