<AWT Dev> RFR: 8261351: Create implementation for NSAccessibilityRadioButton protocol [v2]

Alexander Zuev kizune at openjdk.java.net
Sun Feb 14 07:20:59 UTC 2021


On Sat, 13 Feb 2021 08:42:26 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

>> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Internal variable eliminated.
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/RadiobuttonAccessibility.h line 28:
> 
>> 26: #import "JavaComponentAccessibility.h"
>> 27: #import "CommonComponentAccessibility.h"
>> 28: #import "ButtonAccessibility.h"
> 
> Just a nit-pick and you can choose to ignore if you feel so. You can remove the JavaComponentAccessibility.h and CommonComponentAccessibility.h from imports here as they have already been imported in ButtonAccessibility.h

No, you are right, imports should be simplified here.

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

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


More information about the awt-dev mailing list