On 06/08/2018 20:11, joe darcy wrote:
Hello,

Various interfaces in the JDK extend Serializable and declare serialVersionUID fields. Such fields are ineffectual and @SuppressWarnings("serial") should be applied to such fields to suppress future planned serial lint checks (JDK-8202056).

Most of the affected files are in the security-libs area with a handful in RMI and JNDI:

    http://cr.openjdk.java.net/~darcy/8209024.0/

Patch below. I'll fix-up the copyright years before any push.
Is there a follow-on patch coming to deprecate these fields?

-Alan

Reply via email to