For value classes implementing `Serializable` should add warnings for methods `readObject`, `writeObject`, `readObjectNoData`.
Those methods are not used for value classes.
The warnings should be suppressible, as are other serial warnings.
Those methods are not used for value classes.
The warnings should be suppressible, as are other serial warnings.
- relates to
-
JDK-8202056 Expand serial warning to check for bad overloads of serial-related methods and ineffectual fields
-
- Resolved
-
-
JDK-8310835 Address gaps in -Xlint:serial checks
-
- Resolved
-
- links to
-
Review(lworld)
openjdk/valhalla/2187