Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 F39C793C8 for ; Thu, 10 Nov 2011 09:29:00 +0000 (UTC) Received: (qmail 83613 invoked by uid 500); 10 Nov 2011 09:28:59 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 83525 invoked by uid 500); 10 Nov 2011 09:28:59 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 83517 invoked by uid 99); 10 Nov 2011 09:28:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 09:28:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flamefew@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qy0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 09:28:53 +0000 Received: by qyg14 with SMTP id 14so2868465qyg.9 for ; Thu, 10 Nov 2011 01:28:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=0GExztPiTewl9c8ZwKgC9j8dPeEEtgo70ke4kS6vv44=; b=Tn7Vhxg0YvL+YcqMuQZB0Ls4eTvtd2YqGH/l5q1hhrd+oRX0pMVGVGI+ywV4quVbKV UEveo/OKmrN32fJ4/Cgt3cAuV68URuBUwIpbaDkwJvRQIBDnLKwNmgyEP/LtL+V+NmuB UlVBQ9oU4ybw3Jgd1BinZu/oFI+olmlIVfCfs= MIME-Version: 1.0 Received: by 10.229.50.71 with SMTP id y7mr877938qcf.167.1320917312546; Thu, 10 Nov 2011 01:28:32 -0800 (PST) Received: by 10.229.214.8 with HTTP; Thu, 10 Nov 2011 01:28:32 -0800 (PST) In-Reply-To: <4EBB9530.3040304@apache.org> References: <4EBA678F.1040103@apache.org> <4EBB9530.3040304@apache.org> Date: Thu, 10 Nov 2011 01:28:32 -0800 Message-ID: Subject: Re: [csv] Java 5? From: Henri Yandell To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Nov 10, 2011 at 1:11 AM, Emmanuel Bourg wrote: > Le 10/11/2011 09:21, James Carman a =E9crit : >> >> It might need a rename, since it looks like its scope has changed. =A0It >> doesn't really just deal with CSV files anymore. =A0It allows custom >> delimiter characters. =A0I have a few other suggestions as well: > > Do you have another name in mind? -1 to not needing name change per J=F6rg. >> 2. =A0Change references to CSV to Csv in the class names. > > I'm hesitating on this one. There are many examples in the JDK of the > uppercase form (XMLFormatter, SAXParser, URLConnection, etc). For a short > 3-letters acronym I think it's fine, but for a longer one I would downcas= e > (CorbaConnection, SaslException are other examples in the JDK). I agree with Emmanuel. -1 to the change. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org