RFR: 8313651: Add 'final' keyword to public property methods in controls [v2]
Nir Lisker
nlisker at openjdk.org
Mon Aug 21 22:42:37 UTC 2023
On Mon, 21 Aug 2023 22:16:50 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>>> these classes (in javafx.scene.control.cell) are public and in the Control hierarchy, so are subject of the 'final' limitation.
>>
>> I'm confused. Which classes should appear in this list exactly (what are the rules to determine that)?
>
>> Which classes should appear in this list exactly
>
> subclasses of javafx.scene.control.Control
Ah, this is not easy. I thought that we need the classes in the `control` package. At this point it might just be simpler to use the hardcoded class list you already made and "hope" that new classes are added. There won't be many of these I suspect.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1213#discussion_r1300720910
More information about the openjfx-dev
mailing list