On Nov 30, 2010, at 1:18 PM, Gary Gregory wrote:

>> -----Original Message-----
>> From: Ralph Goers [mailto:ralph.go...@dslextreme.com]
>> Sent: Tuesday, November 30, 2010 16:06
>> To: Commons Developers List
>> Subject: Re: VFS release
>> 
>>> pse 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.
> 
> That is, comically, the opposite of Eclipse.
> 
> I don't care as much about the order as I do about consistency in [commons]. 
> I am sure we could argue about which order 'makes sense' ;) but let's not go 
> there unless we are so bored that we need something like that to talk about! 
> :)
> 

I'm all for consistency. However, the order of groups of imports is not 
something I'm very concerned about.  Most teams I've been involved with start 
from Sun's documented rules 
(http://www.oracle.com/technetwork/java/codeconv-138413.html)  then publish 
exceptions to it, such as curly braces on the next line instead of the end of 
the line.  

Ralph


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

Reply via email to