From f0376e00e687cd932541d2ba14bab9099dfb5bf9 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Sun, 6 Mar 2005 19:21:36 +0000 Subject: [PATCH] added latest set of fixed issues in Bugz git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@156334 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 4ad188299..ec02f78cc 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -121,4 +121,10 @@ BUG FIXES: 31478 Compile error with JDK 5 "enum" is a keyword 31572 o.a.c.lang.enum.ValuedEnum: 'enum'is a keyword in JDK1.5.0 31933 ToStringStyle setArrayEnd handled null incorrectly - +32133 SystemUtils fails init on HP-UX +32198 Error in JavaDoc for StringUtils.chomp(String, String) +32625 Can't subclass EqualsBuilder because isEquals is private +33067 EqualsBuilder.append(Object[], Object[]) crashes with a NullPointerException if an element of the first array is null +33069 EqualsBuilder.append(Object[], Object[]) incorrectly checks that rhs[i] is instance of lhs[i]'s class +33574 unbalanced ReflectionToStringBuilder +33737 ExceptionUtils.addCauseMethodName(String) does not check for duplicates.