On Thu, 10 Apr 2025 06:36:49 GMT, Prasanta Sadhukhan <[email protected]>
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