On Thu, 17 Apr 2025 06:31:03 GMT, Abhishek Kumar <abhis...@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