RFR: 8313651: Add 'final' keyword to public property methods in controls [v2]
Andy Goryachev
angorya at openjdk.org
Fri Aug 18 22:39:30 UTC 2023
On Fri, 18 Aug 2023 22:32:58 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> And thanks for adding a test.
I feel the test can be improved by collecting the classes automatically, so as to catch possible issues when new controls are added (it'll be a full classpath scan though). While the scan should be limited to Controls, I wonder if other classes can benefit from enforcing the 'final' constraint?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1213#issuecomment-1684500028
More information about the openjfx-dev
mailing list