Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E71390EB for ; Sun, 1 Jan 2012 04:39:39 +0000 (UTC) Received: (qmail 91520 invoked by uid 500); 1 Jan 2012 04:39:39 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 90615 invoked by uid 500); 1 Jan 2012 04:39:24 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 90604 invoked by uid 99); 1 Jan 2012 04:39:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2012 04:39:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jan 2012 04:39:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BC53F23888E7 for ; Sun, 1 Jan 2012 04:38:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1226214 - /tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Date: Sun, 01 Jan 2012 04:38:46 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120101043846.BC53F23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 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