Return-Path: Delivered-To: apmail-incubator-etch-dev-archive@minotaur.apache.org Received: (qmail 81465 invoked from network); 4 Feb 2009 19:27:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 19:27:38 -0000 Received: (qmail 60999 invoked by uid 500); 4 Feb 2009 19:27:38 -0000 Delivered-To: apmail-incubator-etch-dev-archive@incubator.apache.org Received: (qmail 60961 invoked by uid 500); 4 Feb 2009 19:27:38 -0000 Mailing-List: contact etch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: etch-dev@incubator.apache.org Delivered-To: mailing list etch-dev@incubator.apache.org Received: (qmail 60949 invoked by uid 99); 4 Feb 2009 19:27:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 11:27:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wert1y@mac.com designates 17.148.16.97 as permitted sender) Received: from [17.148.16.97] (HELO asmtpout022.mac.com) (17.148.16.97) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 19:27:29 +0000 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from [64.102.255.40] (proxy-rtp-1.cisco.com [64.102.255.40]) by asmtp022.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0KEK00D083D61J90@asmtp022.mac.com> for etch-dev@incubator.apache.org; Wed, 04 Feb 2009 11:27:08 -0800 (PST) Message-id: <4989EC08.301@mac.com> Date: Wed, 04 Feb 2009 13:27:04 -0600 From: scott comer User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) To: etch-dev@incubator.apache.org Subject: code cleanup... X-Virus-Checked: Checked by ClamAV on apache.org while trying to change the headers in the java code to be apache compliant i found a code clean up tool in eclipse (like organize imports but more). it removes superfluous this.blah and unused private members and parens and casts and a few other things. sadly it doesn't change out file headers. nonetheless, i ran it and tested the result and it is good and it found good stuff to fix. (i turned off code formatting changes.). since we've already muddied the waters by moving all these files around, this might a good time to pile on and commit the result of the code cleanup tool, too. what say you good people? scott out