On Nov 30, 2010, at 12:57 PM, sebb wrote:

> On 30 November 2010 20:38, Gary Gregory <ggreg...@seagullsoftware.com> wrote:
>> Ok, I've added some entries here: http://wiki.apache.org/commons/CodeStyle
> 
> Thanks.
> But I think the page should be flagged as DRAFT until there is general
> agreement.
> For example, I think import order and group order are less important
> than wildcards, and deserve at most a warning.
> 
>> See the latest VFS commits for this order of imports: java, javax, org, com. 
>> Same as [io] and [lang].
> 
> That is the Eclipse default ordering scheme for imports.

IntelliJ defaults to.

import all other imports

import javax.*
import java.*

import static all other imports 

I guess I've gotten used to this over the years.

Ralph
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to