On 2016-01-22 12:53, Alan Bateman wrote:


On 22/01/2016 11:34, Claes Redestad wrote:
:

During testing I discovered that EnumSet was missing a serialVersionUID, which needs to be added.
I assume this is not needed, it already has:

@SuppressWarnings("serial") // No serialVersionUID due to usage of serial proxy pattern

That's odd.. there's a jtreg test that fails if I don't explicitly add the serialVersionUID (that's where I got the actual UID from). I'll investigate.

Thanks!
-Claes

Reply via email to