RFR: 8340164: Open source few Component tests - Set1 [v3]

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Oct 4 02:53:40 UTC 2024


On Thu, 3 Oct 2024 21:30:24 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)
>
> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove unneeded test description line

test/jdk/java/awt/LightweightComponent/LightWeightTabFocus/LightWeightTabFocus.java line 99:

> 97:         } catch (Exception e) {
> 98:             e.printStackTrace();
> 99:         } finally {

redundant catch block...guess you mentioned muscle memory and will be removed in open...but seems like it's forgotten..

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21252#discussion_r1787057759


More information about the client-libs-dev mailing list