> -----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 > > > 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.
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! :) Gary > > Ralph > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org