On Thu, 17 Aug 2023 23:07:14 GMT, Andy Goryachev <ango...@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. This pull request has now been integrated. Changeset: 624fe86f Author: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/624fe86f4c22e43caa95cca03eb11230141d11da Stats: 266 lines in 8 files changed: 222 ins; 0 del; 44 mod 8313651: Add 'final' keyword to public property methods in controls Reviewed-by: jhendrikx, nlisker, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1213