RFR: JDK-8298060: Fix precision bug in gesture recognizer classes [v3]

Kevin Rushforth kcr at openjdk.org
Sat Dec 17 00:01:01 UTC 2022


On Thu, 15 Dec 2022 12:23:54 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:

> To make RotateGestureRecognizer testable I had to make it public and abstract away the need for ViewScene as constructor parameter, see the Make RotateGestureRecognizer easier to test commit. I also added a test case (90% coverage).

This seems quite an intrusive change just to support low level testing of this. I can take a closer look next week, but I'm not really sold on the idea.

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

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


More information about the openjfx-dev mailing list