Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 34055 invoked from network); 24 Nov 2002 20:56:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Nov 2002 20:56:47 -0000 Received: (qmail 12458 invoked by uid 97); 24 Nov 2002 20:57:51 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 12441 invoked by uid 97); 24 Nov 2002 20:57:50 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 12429 invoked by uid 98); 24 Nov 2002 20:57:50 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <011601c293fc$4688b040$9e2529d9@oemcomputer> From: "Stephen Colebourne" To: "Jakarta Commons Developers List" References: Subject: Re: [lang] Another bugfix? Re: [lang] Release 1.0.1 test cut Date: Sun, 24 Nov 2002 20:58:42 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The original bug comes from a mis-thinking of the compareTo API being implemented. CompareTo throws NPE if the object passed in is null, but thats totally different to what the builder should do. However, I'd like to get it fixed properly, and in a quick look a few days ago it was going to require a bit of thought ;-) So I didn't fix it. If we want it, I can take a look again. Stephen ----- Original Message ----- From: "Henri Yandell" To: "Jakarta Commons Developers List" Sent: Sunday, November 24, 2002 8:36 PM Subject: [lang] Another bugfix? Re: [lang] Release 1.0.1 test cut > > Anyone care to comment on the following bug: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=14306 > > and whether it should go in 1.0.1 release? > > Hen > > On Fri, 22 Nov 2002, Henri Yandell wrote: > > > I've cut a test of the 1.0.1 release files. They're at: > > > > http://www.apache.org/~bayard/commons-lang-1.0.1/ > > > > This is a proposed bugfix release and it fixes the following bugs: > > > > #14062: StringUtils.split fails to handle (String, null, int) correctly. > > This results in the String "null" appearing in the split text, when > > the text is not entirely consumed in the split, ie) int is less > > than the number of whitespace tokens in the String. > > Fix is courtesy of Mark McDowell. > > > > #- : SystemUtils.isJavaVersionAtLeast made static. > > > > #- : NumberUtils test fails in JDK 1.2 due to lack of 1.2 support for > > "1.1E-700F". Fix is to use SystemUtils to protect it for the moment. > > > > #- : ToStringStyle did not compile under JDK 1.2 due to inner class > > issues. Added explicit 'this.' prefixes to make this so. > > > > #14566: NumberRange.getMaximum was returning the minimum. > > Bug reported by Kasper Ronning. > > > > #13527: ExceptionUtils now handles getCausedByException and getRootCause > > from EJBException and ServletException, as reported by Lars > > Beuster. > > #14334: NestableDelegate now implements Serializable, as reported by > > Max Rydahl Andersen. > > > > #13568: Enums cannot now be created with the same name as an already > > existing Enum. Enum now compiles under JDK 1.2. > > > > > > Does anyone see anything wrong? Are there any bugs outstanding that should > > go in this release? > > > > Hen > > > > -- > > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > -- To unsubscribe, e-mail: For additional commands, e-mail: