JDK-8192935 : Fix EnumSet's SerializationProxy javadoc
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-12-01
  • Updated: 2019-07-07
  • Resolved: 2017-12-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10 b36Fixed
Related Reports
Relates :  
Description
EnumSet is the poster child for the SerializationProxy pattern (Featured in Effective Java).  But:

Due to @serial exclude, there is no actual Serialized Form link to the serialized form javadoc.  Other classes implementing this pattern include an html link to the serialized-form.html, which is awkward, but seems to be a Best Practice.
Comments
http://cr.openjdk.java.net/~martin/webrevs/openjdk10/EnumSet-SerializationProxy/EnumSet-SerializationProxy.patch
02-12-2017