RFR: 8351884: Refactor bug8033699.java test code [v6]

Alexey Ivanov aivanov at openjdk.org
Mon Apr 28 14:41:15 UTC 2025


On Mon, 28 Apr 2025 04:44:33 GMT, Rajat Mahajan <rmahajan at openjdk.org> wrote:

>> Details:
>> Refactored code as requested in the Bug description.
>> 
>> Tested and verified the test passes.
>
> Rajat Mahajan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   code review suggestions

Remove the unused import. Otherwise, looks good to me.

test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java line 39:

> 37: import javax.swing.BorderFactory;
> 38: import javax.swing.Box;
> 39: import javax.swing.BoxLayout;

Now, `BoxLayout` is unused.

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

Marked as reviewed by aivanov (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24384#pullrequestreview-2799542238
PR Review Comment: https://git.openjdk.org/jdk/pull/24384#discussion_r2063803027


More information about the client-libs-dev mailing list