Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 58306 invoked from network); 6 Jan 2006 23:28:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jan 2006 23:28:39 -0000 Received: (qmail 92773 invoked by uid 500); 6 Jan 2006 23:28:36 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 92714 invoked by uid 500); 6 Jan 2006 23:28:35 -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 92703 invoked by uid 99); 6 Jan 2006 23:28:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2006 15:28:35 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.12.12.142] (HELO smtp800.mail.ukl.yahoo.com) (217.12.12.142) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 06 Jan 2006 15:28:34 -0800 Received: (qmail 79237 invoked from network); 6 Jan 2006 23:28:13 -0000 Received: from unknown (HELO ?127.0.0.1?) (scolebourne@btinternet.com@86.132.188.138 with plain) by smtp800.mail.ukl.yahoo.com with SMTP; 6 Jan 2006 23:28:13 -0000 Message-ID: <43BEFD27.5040904@btopenworld.com> Date: Fri, 06 Jan 2006 23:28:39 +0000 From: Stephen Colebourne User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: [LANG] - Meaning of 'Complete new Tokenizer Class' References: <88AF900EB8824E4296254E9636665604F27715@BRNGB1KWTN001.kuwait.swa.ds.army.mil> In-Reply-To: <88AF900EB8824E4296254E9636665604F27715@BRNGB1KWTN001.kuwait.swa.ds.army.mil> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0601-3, 06/01/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Harrington, James MAJ wrote: > I was going to take a stab at this task on the LANG list, but thought > I'd better ask a few questions first. First, I can think of three > possibilities for a string tokenizer implementation in LANG: > > - a new implementation for the interface presented by > org.apache.commons.lang.text.StrTokenizer > > - a new implementation for the interface presented by > java.util.StringTokenizer > > - an implementation of an interface representing the most commonly used > features of string tokenizers Asking on the list is definitely a good idea before coding excessively :-) Where did you get the quote in the subject line? I would say based on my review of StrTokenizer tonight that it has all the right methods and looks about complete. However it may not be fully tested, and that may be the task to do. Also in this package, StrBuilder is complete, with the possible exception of adding a subBuilder() method to allow operations on a range of the builder. But that is quite complex to write and test. VariableFormatter needs the most work and had outstanding patches in various places. Stephen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org