RFR: 8289384: Fix warnings: method does not override the inherited method since it is private to a different package
Nir Lisker
nlisker at openjdk.org
Wed Jul 13 15:38:16 UTC 2022
On Fri, 8 Jul 2022 21:37:47 GMT, Andy Goryachev <duke at openjdk.org> wrote:
> The fix includes:
> - renaming of offending methods to avoid confusion
> - explicitly declaring the offending methods as private
I personally disabled the "does not override method in a different package" warning. The synthetic methods one I never had on and never knew existed even, I don't see any reason for it.
Unused imports and missing `@Override`s should be fixed in my opinion. It's just that the fixes make a lot of noise and touch many files. The graphics module fix might need to be split up because it's huge.
-------------
PR: https://git.openjdk.org/jfx/pull/824
More information about the openjfx-dev
mailing list