RFR: JDK-8297413: Remove easy warnings in javafx.graphics [v2]
John Hendrikx
jhendrikx at openjdk.org
Sat Dec 3 20:50:48 UTC 2022
On Tue, 29 Nov 2022 16:50:00 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix indentation
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/RotateGestureRecognizer.java line 306:
>
>> 304: sendRotateEvent(false);
>> 305: angleReference = newAngle;
>> 306: double timePassed = (time - rotationStartTime) / 1000000000;
>
> Ditto here and in the other gesture recognizers.
I've reverted these and filed the follow up bug https://bugs.openjdk.org/browse/JDK-8298060
-------------
PR: https://git.openjdk.org/jfx/pull/960
More information about the openjfx-dev
mailing list