RFR: 8251353: Many javafx scenegraph classes have implicit no-arg constructors [v5]
Kevin Rushforth
kcr at openjdk.java.net
Wed Aug 26 17:24:45 UTC 2020
On Wed, 26 Aug 2020 15:46:46 GMT, Bhawesh Choudhary <bchoudhary at openjdk.org> wrote:
>> Added missing explicit no-arg constructors to classes in package javafx.scene, javafx.css and javafx.stage.
>
> 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`
-------------
Marked as reviewed by kcr (Lead).
PR: https://git.openjdk.java.net/jfx/pull/283
More information about the openjfx-dev
mailing list