Re: RFR: 8252195: AWT Accessibility API nested classes rely on default constructors [v2]

2020-09-22 Thread Sergey Bylokhov
On Tue, 22 Sep 2020 16:08:12 GMT, Phil Race 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

Re: RFR: 8252195: AWT Accessibility API nested classes rely on default constructors [v2]

2020-09-22 Thread Phil Race
> 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://bug

Re: RFR: 8252195: AWT Accessibility API nested classes rely on default constructors

2020-09-22 Thread Phil Race
On Mon, 21 Sep 2020 20:17:36 GMT, Phil Race 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 co

Re: RFR: 8252195: AWT Accessibility API nested classes rely on default constructors

2020-09-21 Thread Sergey Bylokhov
On Mon, 21 Sep 2020 20:17:36 GMT, Phil Race 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 co

RFR: 8252195: AWT Accessibility API nested classes rely on default constructors

2020-09-21 Thread Phil Race
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