On Mon, 24 May 2021 11:03:35 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> Made all implementing classes return their roles directly. > Change nullability attributes to the singular style across new classes. src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/StaticTextAccessibility.h line 39: > 37: - (NSAccessibilityRole _Nonnull)accessibilityRole; > 38: - (nullable NSString > *)accessibilityAttributedStringForRange:(NSRange)range; > 39: - (nullable NSString *)accessibilityValue; You missed these here in .h file ------------- PR: https://git.openjdk.java.net/jdk/pull/4162