Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 94094 invoked from network); 1 Aug 2006 06:30:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 06:30:36 -0000 Received: (qmail 21166 invoked by uid 500); 1 Aug 2006 06:30:34 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 21097 invoked by uid 500); 1 Aug 2006 06:30:34 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 21086 invoked by uid 99); 1 Aug 2006 06:30:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 23:30:34 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of flamefew@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 23:30:33 -0700 Received: by nf-out-0910.google.com with SMTP id n15so166589nfc for ; Mon, 31 Jul 2006 23:30:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hWWk6oybJg9F6SBSC1gPU5R3xmo9SNakjxWhih7sOC0714M3SBzCWLrIkHo8oRcXCHk8D3UYDM0sileU1qBbKzN9WEbr+8uRcPHgYAq7KqcsvqPGkxSjwkkZP9z2VFmC0Ie5JvY8KGFTiF8y+nggxUajxu+GiMJkO/bB13x7mW4= Received: by 10.78.200.3 with SMTP id x3mr152061huf; Mon, 31 Jul 2006 23:30:12 -0700 (PDT) Received: by 10.78.128.13 with HTTP; Mon, 31 Jul 2006 23:30:12 -0700 (PDT) Message-ID: <31cc37360607312330g49296baej275f9054681650d8@mail.gmail.com> Date: Mon, 31 Jul 2006 23:30:12 -0700 From: "Henri Yandell" To: "Jakarta Commons Developers List" , "Stephen Colebourne" Subject: Re: [lang] VariableFormatter - pre 2.2 In-Reply-To: <20060724012205.60244.qmail@web86502.mail.ird.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060724012205.60244.qmail@web86502.mail.ird.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/23/06, Stephen Colebourne wrote: > I have reworked the VariableFormatter class along the lines that I was thinking. I have committed it as StrSubstitutor so it doesn't clash for the moment and so it can be easiy reviewed. > > This version does not have a separate parser class, but still supports escaping, and matchers for prefix/suffix (which can now be set by users). The new class should perform better as a result. > > I have removed the edge cases wrt resolving Objects, as they were rather ill-defined. > > Otherwise, the basic functionality it supported, and the test case is slightly enlarged. I still want to break out the resolver as a public abstract class before release. > > Opinions Oliver, Gary, Tom? Looking to get Lang 2.2 moving out the door and this is the only blocker. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org