Re: Serial warnings in java.util.ArrayPrefixHelpers

2014-02-20 Thread Chris Hegarty
On 19 Feb 2014, at 23:44, Joseph Darcy wrote: > On 2/19/2014 12:16 PM, Martin Buchholz wrote: >> The jsr166 CVS version of this file already has serialVersionUIDs added. >> jsr166 CVS src/main has been jdk8/jdk9 warning-clean for a while now. > > Thanks for the update Martin; looking forward to

Re: Serial warnings in java.util.ArrayPrefixHelpers

2014-02-19 Thread Joseph Darcy
On 2/19/2014 12:16 PM, Martin Buchholz wrote: The jsr166 CVS version of this file already has serialVersionUIDs added. jsr166 CVS src/main has been jdk8/jdk9 warning-clean for a while now. Thanks for the update Martin; looking forward to the next sync to get rid of a few more warnings :-) -J

Serial warnings in java.util.ArrayPrefixHelpers

2014-02-19 Thread Joe Darcy
Hello, The file java.util.ArrayPrefixHelpers seems to be part of the 166-alpha set of files in the JDK. There are a number of package-private static final and serializable classes in this file which neither define serialVersionUIDs nor have a @SuppressWarnings("serial") annotation. So, this