Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 26483 invoked from network); 10 Dec 2004 11:45:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Dec 2004 11:45:26 -0000 Received: (qmail 12795 invoked by uid 500); 10 Dec 2004 11:45:23 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 12746 invoked by uid 500); 10 Dec 2004 11:45:23 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 12732 invoked by uid 99); 10 Dec 2004 11:45:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from gate.corvil.net (HELO corvil.com) (213.94.219.177) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 03:45:21 -0800 Received: from [172.18.1.171] (angel.local.corvil.com [172.18.1.171]) by corvil.com (8.12.9/8.12.5) with ESMTP id iBABjFwS016756 for ; Fri, 10 Dec 2004 11:45:17 GMT (envelope-from peterreilly@apache.org) Message-ID: <41B98C7C.9010900@apache.org> Date: Fri, 10 Dec 2004 11:46:04 +0000 From: Peter Reilly User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: [Patch] removed deprecated methods and changed variable scope (private-protected) ProjectHelperImpl References: <41B94190.4070406@it.fts-vn.com> In-Reply-To: <41B94190.4070406@it.fts-vn.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Kev Jackson wrote: > - swapped out deprecated code where the replacement code was obvious - > left some deprecated methods where I wasn't sure > - changed visibility of class variables from private to protected We will not be changing private to protected. As much as possible all fields should be private and there should be very few protected methods. For current released code, it is not possible to change protected fields to private fields due to BC consideration. > > still showing 1700+ warnings/errors :( but it is coming down! 8-) Peter --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org