RFR: 8315669: Open source several Swing PopupMenu related tests [v2]

Andrey Turbanov aturbanov at openjdk.org
Fri Sep 15 08:11:40 UTC 2023


On Fri, 15 Sep 2023 05:36:30 GMT, Tejesh R <tr at openjdk.org> 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

test/jdk/javax/swing/JPopupMenu/bug4321273.java line 50:

> 48:     public static void main(String[] args) throws Exception {
> 49:         try
> 50:         {

Suggestion:

        try {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15704#discussion_r1326952838


More information about the client-libs-dev mailing list