RFR: JDK-8310835: Address gaps in -Xlint:serial checks [v3]
Roger Riggs
rriggs at openjdk.org
Mon Jul 17 16:48:01 UTC 2023
On Fri, 14 Jul 2023 23:37:38 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Improve serial lint messages for externalizable records (and potentially other situations).
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Add support for externalizable enum checks.
test/langtools/tools/javac/warnings/Serial/EnumSerial.java line 5:
> 3: * @bug 8202056
> 4: * @compile/ref=EnumSerial.out -XDrawDiagnostics -Xlint:serial EnumSerial.java
> 5: * @compile/ref=empty.out -XDrawDiagnostics EnumSerial.java
extra spaces snuck in
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14639#discussion_r1265635307
More information about the compiler-dev
mailing list