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

Pankaj Bansal pbansal at openjdk.java.net
Sat Feb 13 08:45:40 UTC 2021


On Sat, 13 Feb 2021 05:55:02 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> 8261351: Create implementation for NSAccessibilityRadioButton protocol
>
> 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

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

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


More information about the awt-dev mailing list