All,

I've been using the following order for imports (from first to last):

org
java
javax
com

Ian told me today this is wrong, and it should be (from first to last):

com.google
com
junit
net
org.apache.shindig
org.apache.abdera (not used in Shindig anymore)
org
java
javax

This is in 
http://svn.apache.org/repos/asf/incubator/shindig/trunk/etc/eclipse/shindig.importorder,
but isn't explicitly described anywhere.

I've no strong opinions, and just want to get the right answer
documented in the style guide at:

  http://incubator.apache.org/shindig/community/conventions/code.html

The only changes I'd like to see is removing the special-case for
com.google, and deleting the abdera reference (we don't use it
anymore).

-- Adam

Reply via email to