Mind supplying us with a patch .. ;-) ? Given that Eclipse has some nice quick fixs in this area, this should not be too hard to achieve.
Werner Gregory Block wrote: > On 20 Jul 2005, at 14:17, Bernhard Lenz wrote: > >> Daniel, >> >> the java compiler creates the UID in the byte code once you compile >> the classes. > > > Yes, but there's nothing that guarantees that the UID will be the same > every time; in fact, minor system-level changes can result in different > IDs. > > The purpose of the warning is to warn you that you *should* take manual > control over these UIDs; that they should remain valid the given set of > classes so long as the fields and field order have not changed. When > you break the serialized representation, change the UID manually. > > These *should* be generated and included, IMO. > > ------------------------------------------------- > If you wish to unsubscribe from this list, please send an empty message > to the following address: > > [EMAIL PROTECTED] > ------------------------------------------------- > > ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

