On Tue, 19 Sep 2023 06:00:55 GMT, Tejesh R <[email protected]> wrote: >> Open source these Swing PopupMenu related tests: >> >> javax/swing/JPopupMenu/4236750/bug4236750.java >> javax/swing/JPopupMenu/4321273/bug4321273.java >> javax/swing/JPopupMenu/4711693/bug4711693.java >> javax/swing/JPopupMenu/4962731/bug4962731.java >> javax/swing/JPopupMenu/4966109/bug4966109.java >> javax/swing/JPopupMenu/5091257/bug5091257.java > > Tejesh R has updated the pull request incrementally with one additional > commit since the last revision: > > Review fix
Marked as reviewed by psadhukhan (Reviewer). test/jdk/javax/swing/JPopupMenu/bug4321273.java line 45: > 43: public static JFrame frame; > 44: public static JMenu menu; > 45: public static Robot robot; I guess robot too can be made local var.. ------------- PR Review: https://git.openjdk.org/jdk/pull/15704#pullrequestreview-1632554527 PR Review Comment: https://git.openjdk.org/jdk/pull/15704#discussion_r1329663085
