Author: bayard
Date: Sun Mar  6 11:21:36 2005
New Revision: 156334

URL: http://svn.apache.org/viewcvs?view=rev&rev=156334
Log:
added latest set of fixed issues in Bugz

Modified:
    jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt?view=diff&r1=156333&r2=156334
==============================================================================
--- jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt Sun Mar  6 11:21:36 2005
@@ -121,4 +121,10 @@
 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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to