Integrated: JDK-8312415: Expand -Xlint:serial checks to enum constants with specialized class bodies
Joe Darcy
darcy at openjdk.org
Tue Jul 25 19:00:55 UTC 2023
On Mon, 24 Jul 2023 19:15:11 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Thanks to @lahodaj for providing the code to bridge into the class used for a enum constant with a specialized body.
>
> This changes expands serialization warnings to the contents of any such class bodies.
This pull request has now been integrated.
Changeset: cb82c954
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cb82c954e3a37892ad504fcbb279bcf7619222dc
Stats: 144 lines in 3 files changed: 144 ins; 0 del; 0 mod
8312415: Expand -Xlint:serial checks to enum constants with specialized class bodies
Reviewed-by: jjg, jlahoda
-------------
PR: https://git.openjdk.org/jdk/pull/15004
More information about the compiler-dev
mailing list