<AWT Dev> RFR: 8250856 Address reliance on default constructors in the AWT APIs
Philip Race
philip.race at oracle.com
Thu Aug 6 17:40:18 UTC 2020
Approved.
I fixed a typo error in your CSR .. it was missing some words.
-phil.
On 8/5/20, 5:53 PM, Sergey Bylokhov wrote:
> Hello.
> Please review the fix for jdk/client.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8250856
> CSR: https://bugs.openjdk.java.net/browse/JDK-8251211
> Fix: http://cr.openjdk.java.net/~serb/8250856/webrev.00
>
> This is part of a larger effort to remove reliance of default
> constructors in the JDK's exported API in preparation for introduction
> of a lint warning for this situation.
>
> This fix adds default public constructors to the public non-abstract
> classes and protected constructors to the public abstract classes.
>
More information about the awt-dev
mailing list