Integrated: 8337302: Undefined type variable results in null
Rafael Winterhalter
winterhalter at openjdk.org
Wed Sep 18 12:37:15 UTC 2024
On Sun, 11 Aug 2024 22:25:40 GMT, Rafael Winterhalter <winterhalter at openjdk.org> wrote:
> When a type uses a type variable without a declaration, no exception is thrown. This change triggers a `TypeNotFoundException` to be thrown.
This pull request has now been integrated.
Changeset: 1d070a32
Author: Rafael Winterhalter <winterhalter at openjdk.org>
Committer: Chen Liang <liach at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1d070a3238a1cd8b9359357e6e3f751cd26a3f06
Stats: 86 lines in 3 files changed: 74 ins; 0 del; 12 mod
8337302: Undefined type variable results in null
Reviewed-by: liach
-------------
PR: https://git.openjdk.org/jdk/pull/20535
More information about the core-libs-dev
mailing list