On Fri, 8 Jul 2022 21:37:47 GMT, Andy Goryachev <d...@openjdk.org> wrote:
> The fix includes: > - renaming of offending methods to avoid confusion > - explicitly declaring the offending methods as private I turned on errors on missing `@Override` annotations. I got over 1k errors. I think it's worth fixing it in batches. ------------- PR: https://git.openjdk.org/jfx/pull/824