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 5AD4479B9 for ; Fri, 16 Sep 2011 10:12:10 +0000 (UTC) Received: (qmail 68597 invoked by uid 500); 16 Sep 2011 10:12:09 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 68531 invoked by uid 500); 16 Sep 2011 10:12:09 -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 68516 invoked by uid 99); 16 Sep 2011 10:12:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 10:12:09 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.151] (HELO smtp6.freeserve.com) (193.252.22.151) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 10:11:50 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3521.me.freeserve.com (SMTP Server) with ESMTP id 6DEAE1C0008B for ; Fri, 16 Sep 2011 12:11:27 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3521.me.freeserve.com (SMTP Server) with ESMTP id 602F11C0008C for ; Fri, 16 Sep 2011 12:11:27 +0200 (CEST) Received: from mail.homeinbox.net (unknown [2.29.25.24]) by mwinf3521.me.freeserve.com (SMTP Server) with ESMTP id 4952B1C0008B for ; Fri, 16 Sep 2011 12:11:27 +0200 (CEST) X-ME-UUID: 20110916101127300.4952B1C0008B@mwinf3521.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id F2D5AEAAE3F for ; Fri, 16 Sep 2011 11:11:26 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id smDoyZRV+pC5 for ; Fri, 16 Sep 2011 11:11:09 +0100 (BST) Received: from [192.168.1.10] (LRouen-152-82-12-227.w80-13.abo.wanadoo.fr [80.13.107.227]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id 24F39EAAE4B for ; Fri, 16 Sep 2011 11:11:09 +0100 (BST) References: <20110906111217.6AFDB23889B3@eris.apache.org> User-Agent: K-9 Mail for Android In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: svn commit: r1165601 - /tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt From: markt@apache.org Date: Fri, 16 Sep 2011 11:39:19 +0200 To: Tomcat Developers List Message-ID: <07f7110e-52e8-4b5b-b875-5ac5bcb785c9@email.android.com> Konstantin Kolinko wrote: >2011/9/6 : >> Author: markt >> Date: Tue Sep  6 11:12:17 2011 >> New Revision: 1165601 >> >> URL: http://svn.apache.org/viewvc?rev=1165601&view=rev >> Log: >> Add another 3.7+ note >> >> 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=1165601&r1=1165600&r2=1165601&view=diff >> > >> @@ -50,6 +50,7 @@ Unnecessary code >>    (all additional check boxes) >>  Generic types >>  - All                                  - W >> +   (ignore unavoidable generics warnings)   (Eclipse 3.7+) > >What value do you mean for that checkbox? > [ ] Ignore unavoidable generic type problems >or > [x] Ignore unavoidable generic type problems Checked. >My setting was "[ ]". > >When I changed it to "[x]" I got +11 more warnings than before >(Those are "Unnecessary @SuppressWarnings("unchecked")"). Same here. >As far as I do not grasp what those "unavoidable" problems are, I have >slight preference to keep it as "[ ]". My preference was for checked since it would allow me to delete some stuff. I haven't got around to that yet. >BTW, this change has not been applied to 7.0.x copy of >java-compiler-errors-warnings.txt yet. That was deliberate as this was new in 3.7. I wanted to see how things Lambert out. Also I didn't want to create warnings in 7.0.x for those still using Eclipse 3.7. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org