You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/01/01 05:38:46 UTC

svn commit: r1226214 - /tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

Author: kkolinko
Date: Sun Jan  1 04:38:46 2012
New Revision: 1226214

URL: http://svn.apache.org/viewvc?rev=1226214&view=rev
Log:
Add note about "Organize Imports" setting in Eclipse IDE

Modified:
    tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt

Modified: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt?rev=1226214&r1=1226213&r2=1226214&view=diff
==============================================================================
--- tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt (original)
+++ tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Sun Jan  1 04:38:46 2012
@@ -15,6 +15,8 @@
   limitations under the License.
 ================================================================================
 
+# Java -> Compiler -> Errors/Warnings
+
 The following settings are for Indigo Release (Eclipse 3.7)
 W = Warning
 I = Ignore
@@ -60,3 +62,22 @@ Eclipse IDE is documented here:
 
  3.6: http://help.eclipse.org/helios/topic/org.eclipse.jdt.doc.isv/guide/jdt_api_compile.htm
  3.7: http://help.eclipse.org/indigo/topic/org.eclipse.jdt.doc.user/tasks/task-suppress_warnings.htm
+
+
+# Java -> Code Style -> Organize Imports
+
+The following configuration of Organize Imports can be recommended for a
+quick setup. The order is enforced by checkstyle, so for the authorative
+definition look at <module name="ImportOrder"> in
+res/checkstyle/checkstyle.xml
+
+ - java
+ - javax
+ - async
+ - jsp2
+ - [static] org.junit
+ - org.junit
+ - [static] org
+ - org
+ - com
+ - util



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org