RFR: 8280948: [TESTBUG] Write a regression test for JDK-4659800

Abdul Kolarkunnu akolarkunnu at openjdk.java.net
Thu Feb 3 10:01:12 UTC 2022


On Tue, 1 Feb 2022 06:40:17 GMT, Manukumar V S <mvs at openjdk.org> wrote:

> Write a regression test for JDK-4659800.
> This test checks whether typing 'Space' key generates ActionEvent on focused Button or not, in all Look And Feels in all platforms.
> This test is run 10 times per platform(mac,linux,windows) and it passed all the times(30/30).

test/jdk/javax/swing/JButton/4659800/bug4659800.java line 23:

> 21:  * questions.
> 22:  */
> 23: import javax.swing.*;

Please expand wildcard imports

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

PR: https://git.openjdk.java.net/jdk/pull/7296



More information about the client-libs-dev mailing list