RFR: 8271846 a11y API lacks setSelectedIndex method [v2]

Artem Semenov asemenov at openjdk.org
Wed Nov 9 11:43:19 UTC 2022


On Wed, 9 Nov 2022 00:51:10 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> Artem Semenov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   We don't do @author tags in openjdk
>>   Not 2022 ?
>
> src/java.desktop/share/classes/javax/swing/JList.java line 52:
> 
>> 50: import java.io.Serial;
>> 51: import java.io.Serializable;
>> 52: import java.util.*;
> 
> We are trying not to use wildcard imports - probably automatic optimization of the IDE did it? I am always turning it off or set margin so high it is not triggered on anything with less then 200 individual package imports.

done

> test/jdk/java/awt/a11y/AccessibleListTest.java line 29:
> 
>> 27:  * @bug 8271846
>> 28:  * @summary Test implementation of AccessibleList interface
>> 29:  * @author Artem.Semenov at jetbrains.com
> 
> We are not using author tags in tests either - but that's just a nitpick.

done

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

PR: https://git.openjdk.org/jdk/pull/8578



More information about the client-libs-dev mailing list