RFR: 8225131: Test DragSourceMotionListenerTest.java fails on Windows [v2]
Alexey Ivanov
aivanov at openjdk.org
Mon Sep 22 10:56:17 UTC 2025
On Mon, 22 Sep 2025 03:57:38 GMT, Tejesh R <tr at openjdk.org> wrote:
>> test/jdk/java/awt/dnd/DragSourceMotionListenerTest.java line 134:
>>
>>> 132:
>>> 133: Toolkit.getDefaultToolkit()
>>> 134: .addAWTEventListener(this, AWTEvent.MOUSE_EVENT_MASK);
>>
>> This is not resolved, the changeset still adds a space for no reason. Nothing else but formatting is changed around `Toolkit.getDefaultToolkit().addAWTEventListener`.
>
> Got it, guess it's the work of Intelliji and had to manually remove it.
Usually IDEA doesn't touch lines you didn't modify. Disable reformatting before committing.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27283#discussion_r2367631416
More information about the client-libs-dev
mailing list