RFR: 8354365: Opensource few Modal and Full Screen related tests [v2]

Hendrik Schick duke at openjdk.org
Thu Apr 17 11:21:55 UTC 2025


On Thu, 17 Apr 2025 06:31:03 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Few Modal and Full Screen related tests are converted from applet and open sourced.
>
> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review fix

test/jdk/java/awt/Modal/DialogLosesFocusTest.java line 105:

> 103:         try {
> 104:             Thread.sleep(t);
> 105:         } catch (Exception z) {}

Suggestion:

        } catch (Exception _) {}

should work to use an unnamed variable here?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24685#discussion_r2048740878


More information about the client-libs-dev mailing list