RFR: 8251353: Many javafx scenegraph classes have implicit no-arg constructors [v5]

Kevin Rushforth kcr at openjdk.java.net
Wed Aug 26 17:53:25 UTC 2020


On Wed, 26 Aug 2020 17:22:36 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Bhawesh Choudhary has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Updated comments as per JDK Convention
>
> Looks good. I also verified that the only two class without an explicit constructor are the two we identified as
> needing to be deprecated for removal in a follow-up issue: `Selector` and `SshapeConverter`

I filed the following two follow-up issues:

1. [JDK-8252387](https://bugs.openjdk.java.net/browse/JDK-8252387): Deprecate for removal css Selector and
ShapeConverter constructors 2. [JDK-8252389](https://bugs.openjdk.java.net/browse/JDK-8252389): Fix mistakes in FX API
docs

I also added the note about the PseudoClass docs to:

3. [JDK-8250590](https://bugs.openjdk.java.net/browse/JDK-8250590): Classes and methods in the javafx.css package are
missing documentation

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

PR: https://git.openjdk.java.net/jfx/pull/283


More information about the openjfx-dev mailing list