JDK-8209024 : Use SuppressWarnings on serialVersionUID fields in interfaces
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 12
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-08-06
  • Updated: 2018-09-18
  • Resolved: 2018-08-06
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 12
12 b06Fixed
Related Reports
Relates :  
Relates :  
Description
Various interfaces in the JDK are serializable and declare serialVersionUID fields. Such fields are ineffectual and @SuppressWarnings("serial") should be applied to such fields to suppress future serial lint checks (JDK-8202056).
Comments
Review threads: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-August/054701.html http://mail.openjdk.java.net/pipermail/security-dev/2018-August/017788.html
06-08-2018