Integrated: 8339339: [lw5] javac should issue an error if a null-restricted field is left uninitialized, fix override related warnings
Vicente Romero
vromero at openjdk.org
Fri Aug 30 22:14:20 UTC 2024
On Fri, 30 Aug 2024 22:09:25 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> syncing with the spec, javac was issuing a warning if a null-restricted field was left uninitialized, this should be an error. Also warnings related to method overriding were not being issued.
This pull request has now been integrated.
Changeset: b82fd23f
Author: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/b82fd23fb0b22c1267ca9a19548eb27f43e8115b
Stats: 378 lines in 10 files changed: 291 ins; 19 del; 68 mod
8339339: [lw5] javac should issue an error if a null-restricted field is left uninitialized, fix override related warnings
-------------
PR: https://git.openjdk.org/valhalla/pull/1229
More information about the valhalla-dev
mailing list