RFR: 8313651: Add 'final' keyword to public property methods in controls [v2]
Kevin Rushforth
kcr at openjdk.org
Fri Aug 18 22:35:33 UTC 2023
On Fri, 18 Aug 2023 22:17:15 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> In the Control hierarchy, all property accessor methods must be declared `final`.
>>
>> Added a test to check for missing `final` keyword and added the said keyword where required.
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
>
> review comments
At first glance this looks good, but I'll need time to get back to it. And thanks for adding a test.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1213#issuecomment-1684497697
More information about the openjfx-dev
mailing list