RFR: 8347475: GTK: javax/swing/JColorChooser/Test8152419.java there is no swatches or RGB tab in JColorChooser [v2]
Abhishek Kumar
abhiscxk at openjdk.org
Tue Jan 21 04:09:17 UTC 2025
On Mon, 20 Jan 2025 18:54:01 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> jtreg library tag added
>
> test/jdk/javax/swing/JColorChooser/Test8152419.java line 30:
>
>> 28: * @summary To Verify JColorChooser tab selection
>> 29: * @run main/manual Test8152419
>> 30: */
>
> Suggestion:
>
> /*
> * @test
> * @bug 8152419
> * @library /test/lib
> * @summary To Verify JColorChooser tab selection
> * @run main/manual Test8152419
> */
>
> The formatting of the jtreg tags looks weird.
>
> Usually, the opening `/*` starts in the first column, and the following `*` are aligned to the first one.
I saw that and then forget to change. Updated now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23128#discussion_r1923042388
More information about the client-libs-dev
mailing list