On Mon, 11 Jul 2022 20:55:50 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

> 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)?

yes, of course.   besides, all these cases would generate an error or a warning 
in eclipse.

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

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

Reply via email to