RFR: 8274392: Suppress more warnings on non-serializable non-transient instance fields in java.sql.rowset

Brian Burkhalter bpb at openjdk.java.net
Mon Sep 27 19:14:17 UTC 2021


On Mon, 27 Sep 2021 18:51:37 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Follow-up change to JDK-8231442, augmentations to javac's Xlint:serial checking are out for review (#5709) and java.sql.rowset would need some changes to pass under the expanded checks.
> 
> The changes are to suppress warnings where non-transient fields in serializable types are not declared with a type statically known to be serializable. That isn't necessarily a correctness issues, but it does merit further scrutiny.

Marked as reviewed by bpb (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/5719


More information about the core-libs-dev mailing list