[OpenJDK 2D-Dev] Integrated: 8252195: AWT Accessibility API nested classes rely on default constructors

Phil Race prr at openjdk.java.net
Tue Sep 22 22:17:46 UTC 2020


On Mon, 21 Sep 2020 20:17:36 GMT, Phil Race <prr at openjdk.org> wrote:

> https://bugs.openjdk.java.net/browse/JDK-8252195
> is another one of the issues adding missing explicit no-args constructors in the desktop module.
> 
> As well as being nested, these are all concrete, but protected, classes and so the constructors
> are protected.
> 
> CSR here https://bugs.openjdk.java.net/browse/JDK-8253450 needs a reviewer too.

This pull request has now been integrated.

Changeset: 93a2018d
Author:    Phil Race <prr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/93a2018d
Stats:     100 lines in 18 files changed: 0 ins; 100 del; 0 mod

8252195: AWT Accessibility API nested classes rely on default constructors

Reviewed-by: serb

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

PR: https://git.openjdk.java.net/jdk/pull/288


More information about the 2d-dev mailing list