Return-Path: Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 36210 invoked from network); 8 Sep 2003 07:01:55 -0000 Received: from unknown (HELO post.cnt.ru) (212.15.122.243) by daedalus.apache.org with SMTP; 8 Sep 2003 07:01:55 -0000 Received: from ppp3-73.dial-up.cnt.ru (ppp3-73.dial-up.cnt.ru [212.15.120.73]) by post.cnt.ru (8.11.7/8.11.1) with ESMTP id h88720502885 for ; Mon, 8 Sep 2003 11:02:00 +0400 Date: Mon, 8 Sep 2003 11:02:04 +0400 From: Anton Tagunov X-Mailer: The Bat! (v1.60h) X-Priority: 3 (Normal) Message-ID: <8424855560.20030908110204@mail.cnt.ru> To: "Jakarta Commons Developers List" Subject: Re[2]: [lang] [patch] Conversion of String to long/double In-Reply-To: <004401c3746a$07aadf20$8f3c8051@oemcomputer> References: <3F5769EA.4010805@mdh.se> <3F58B342.8020807@steitz.com> <004401c3746a$07aadf20$8f3c8051@oemcomputer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello Stephen! SC> Do we feel that the stringToInt() naming is good for these methods? SC> BooleanUtils uses toBoolean(), which is shorter and fits better with JDK SC> standards. Thus SC> toInt(String) SC> toLong(String) SC> etc. SC> Opinions? Will really be a nice move :) You guys do show us (not commons-lang developers) how to code, short names rock! -Anton