RFR: 8225131: Test DragSourceMotionListenerTest.java fails on Windows [v2]

Tejesh R tr at openjdk.org
Mon Sep 22 04:02:57 UTC 2025


On Fri, 19 Sep 2025 19:33:58 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review fix
>
> 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.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27283#discussion_r2366663837


More information about the client-libs-dev mailing list