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

Sergey Bylokhov serb at openjdk.java.net
Tue Sep 22 19:52:59 UTC 2020


On Tue, 22 Sep 2020 16:08:12 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.
>
> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8252195: AWT Accessibility API nested classes rely on default constructors

Marked as reviewed by serb (Reviewer).

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

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


More information about the 2d-dev mailing list