I added settings for Intellij. I think I managed to order the imports in the same order although Intellij lets you specify whether you want blank lines between imports so I have some between javax and org and after the 4 listed and before static imports. I also specified that org.junit.Assert.* is preferred over specific imports for that package.
I am pretty sure there are conflicts between the Intellij settings and Eclipse. Since I don’t use Eclipse and Eclipse users probably don’t use Intellij I guess the only way to resolve them is when they show up. Ralph Begin forwarded message: > From: [email protected] > Subject: svn commit: r1594582 - in /logging/log4j/log4j2/trunk/src/ide: ./ > eclipse/ eclipse/4.3.2/ eclipse/4.3.2/organize-imports.importorder > Date: May 14, 2014 at 6:53:26 AM PDT > To: [email protected] > Reply-To: [email protected] > > Author: ggregory > Date: Wed May 14 13:53:26 2014 > New Revision: 1594582 > > URL: http://svn.apache.org/r1594582 > Log: > Let's start with these settings and adjust as we see fit on the ML... > > Added: > logging/log4j/log4j2/trunk/src/ide/ > logging/log4j/log4j2/trunk/src/ide/eclipse/ > logging/log4j/log4j2/trunk/src/ide/eclipse/4.3.2/ > > logging/log4j/log4j2/trunk/src/ide/eclipse/4.3.2/organize-imports.importorder > > Added: > logging/log4j/log4j2/trunk/src/ide/eclipse/4.3.2/organize-imports.importorder > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/ide/eclipse/4.3.2/organize-imports.importorder?rev=1594582&view=auto > ============================================================================== > --- > logging/log4j/log4j2/trunk/src/ide/eclipse/4.3.2/organize-imports.importorder > (added) > +++ > logging/log4j/log4j2/trunk/src/ide/eclipse/4.3.2/organize-imports.importorder > Wed May 14 13:53:26 2014 > @@ -0,0 +1,6 @@ > +#Organize Import Order > +#Wed May 14 09:52:43 EDT 2014 > +3=com > +2=org > +1=javax > +0=java > >
