RFR: 8352682: Opensource JComponent tests

Hendrik Schick duke at openjdk.org
Thu Apr 10 11:50:32 UTC 2025


On Thu, 10 Apr 2025 06:36:49 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Few JComponent tests are opensourced

test/jdk/javax/swing/JComponent/bug4247610.java line 109:

> 107:         robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK);
> 108:         if (failed()) {
> 109:             throw new RuntimeException("Failed: unnesessary repaint occured");

Suggestion:

            throw new RuntimeException("Failed: unnecessary repaint occured");

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24562#discussion_r2037163121


More information about the client-libs-dev mailing list