On Wed, 17 Nov 2021 09:45:16 GMT, Artem Semenov <[email protected]> wrote:

>> Alexander Zuev has updated the pull request incrementally with two 
>> additional commits since the last revision:
>> 
>>  - Fixed parameters layout for better readeability;
>>  - Fixed indentation of native methods;
>>    Fixed initial capacity of rolesMap dictionary;
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/CommonComponentAccessibility.m
>  line 155:
> 
>> 153:     [rolesMap setObject:@"OutlineAccessibility" forKey:@"tree"];
>> 154:     [rolesMap setObject:@"TableAccessibility" forKey:@"table"];
>> 155:     [rolesMap setObject:@"MenuBarAccessibility" forKey:@"menubar"];
> 
> Please increase the capacity of the rolesMap dictionary if you add a new role.

Fixed.

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

PR: https://git.openjdk.java.net/jdk/pull/6421

Reply via email to