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

One question: did you check that all of the methods you changed to private 
scope are only called from other methods in the same class where they are 
defined (and not called from another class, such as an inner class or lambda, 
in the same file)?

-------------

PR: https://git.openjdk.org/jfx/pull/824

Reply via email to