RFR: JDK-8310835: Address gaps in -Xlint:serial checks

Roger Riggs rriggs at openjdk.org
Fri Jul 14 14:51:04 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).

src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java line 5429:

> 5427:                                                  MethodSymbol method,
> 5428:                                                  Type expectedType) {
> 5429:             var parameters= method.getParameters();

Missing space before "=".

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14639#discussion_r1263819068


More information about the compiler-dev mailing list