Integrated: 8274405: Suppress warnings on non-serializable non-transient instance fields in javac and javadoc

Joe Darcy darcy at openjdk.java.net
Wed Sep 29 23:05:37 UTC 2021


On Tue, 28 Sep 2021 00:07:16 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Augmentations to javac's Xlint:serial checking are out for review (#5709) and various javac and javadoc implementation libraries 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.
> 
> I'll run a script to update the copyright year before pushing.
> 
> Sending this change out for review separately in an effort to de-bulk the review needed for the new checks themselves.

This pull request has now been integrated.

Changeset: 97385d4f
Author:    Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/97385d4f166fbd63a7c91d2ee28b5ed75cb02518
Stats:     22 lines in 12 files changed: 12 ins; 0 del; 10 mod

8274405: Suppress warnings on non-serializable non-transient instance fields in javac and javadoc

Reviewed-by: prappo, jjg

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

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


More information about the compiler-dev mailing list