8026344: j.u.c.a *Adder and *Accumulator extend a package private class that is Serializable
Doug Lea
dl at cs.oswego.edu
Wed Oct 23 14:22:54 UTC 2013
On 10/23/2013 10:06 AM, Alan Bateman wrote:
> In practical terms this is a bit of a non-issue
I suppose it is a good sign that people are mostly just
fixing non-issues as freeze dates approach :-)
>
> The webrev with the proposed changes is here:
>
> http://cr.openjdk.java.net/~alanb/8026344/webrev/
>
> A minor difference with what is currently in the CVS is that I've added a
> link in the writeReplace javadoc to the proxy class.
I adjusted accordingly. I'm not sure why just {@link ...} didn't suffice.
> I've also added a simple test as I didn't find any tests in the jdk
> repository that exercise serialization of these classes.
>
Thanks. We do have one in tck (junit) tests, but the more the merrier.
-Doug
More information about the core-libs-dev
mailing list