RFR: JDK-8310835: Address gaps in -Xlint:serial checks
Joe Darcy
darcy at openjdk.org
Fri Jul 14 00:59:30 UTC 2023
On Sat, 24 Jun 2023 22:27:32 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Improve serial lint messages for externalizable records (and potentially other situations).
Note the design center for warnings about Externalizable types is somewhat different than for just Serializable types since Externalizable is an interface that defines methods and the compiler can checked whether or not those methods are implemented by a class (unlike for Serialization where the methods can be and by convention are private).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14639#issuecomment-1635104795
More information about the compiler-dev
mailing list