RFR: 8340164: Open source few Component tests - Set1

Prasanta Sadhukhan psadhukhan at openjdk.org
Mon Sep 30 03:56:35 UTC 2024


On Mon, 30 Sep 2024 00:08:25 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

> Following tests are added as part of this PR:
> 
> /java/awt/LightweightComponent/LightweightFontTest/LightweightFontTest.java (Manual with PassFailJFrame)
> /java/awt/LightweightComponent/LightWeightTabFocus/LightWeightTabFocus.java (Automated)
> /java/awt/LightweightComponent/LWParentMovedTest/LWParentMovedTest.java (Automated)

Marked as reviewed by psadhukhan (Reviewer).

test/jdk/java/awt/LightweightComponent/LWParentMovedTest/LWParentMovedTest.java line 28:

> 26:  * @bug 4147246
> 27:  * @summary Simple check for peer != null in Component.componentMoved
> 28:  * (Component.java)

Component.java can be removed..guess it was Native*Helper inner class which made it reference Component.java but now that class is not there so reference to java file can be removed..

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

PR Review: https://git.openjdk.org/jdk/pull/21252#pullrequestreview-2336280311
PR Review Comment: https://git.openjdk.org/jdk/pull/21252#discussion_r1780365388


More information about the client-libs-dev mailing list