<Beans Dev> RFR: 8250857 Address reliance on default constructors in the Java Beans API

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Thu Aug 6 09:27:09 UTC 2020


Hello.
Please review the fix for jdk/client.

Bug: https://bugs.openjdk.java.net/browse/JDK-8250857
CSR: https://bugs.openjdk.java.net/browse/JDK-8251129
Fix: http://cr.openjdk.java.net/~serb/8250857/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.

-- 
Best regards, Sergey.


More information about the beans-dev mailing list