RFR: 8354219 : Automate javax/swing/JComboBox/ComboPopupBug.java [v8]
Anass Baya
abaya at openjdk.org
Fri Apr 25 19:03:52 UTC 2025
On Fri, 25 Apr 2025 18:24:27 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Frame null-check before disposing the frame on the EDT
>
> test/jdk/javax/swing/JComboBox/ComboPopupBug.java line 62:
>
>> 60: if (frame != null) {
>> 61: SwingUtilities.invokeAndWait(() -> frame.dispose());
>> 62: }
>
> The null-check should be on EDT too.
>
> This comment is still not resolved.
it's done now
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24624#discussion_r2060751391
More information about the client-libs-dev
mailing list