Loading... (original) (raw)
Type:
Bug
Resolution: Fixed
Priority:
P4
Fix Version/s: 12
Affects Version/s: 12
Verification:
Not verified
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 (
).
relates to
JDK-8209304 Deprecate serialVersionUID fields in interfaces
- Resolved
JDK-8202056 Expand serial warning to check for bad overloads of serial-related methods and ineffectual fields
- Resolved