Re: [cp-patches] FYI: java.util.Locale - fix broken serialization and equals()

2006-08-12 Thread Mark Wielaard
On Sun, 2006-08-13 at 02:21 +0200, Sven de Marothy wrote: > 2006-08-13 Sven de Marothy <[EMAIL PROTECTED]> > > * java/util/Locale.java > (hashcode): Is a serialized field, not transient. > (equals): Should NOT compare strings by reference. > (readObject/writeObject): Use

[cp-patches] FYI: java.util.Locale - fix broken serialization and equals()

2006-08-12 Thread Sven de Marothy
This is a major embarassment. 2006-08-13 Sven de Marothy <[EMAIL PROTECTED]> * java/util/Locale.java (hashcode): Is a serialized field, not transient. (equals): Should NOT compare strings by reference. (readObject/writeObject): Use the default methods and handle