On Thu, 17 Dec 2020 07:50:08 GMT, Pankaj Bansal <pban...@openjdk.org> wrote:
>> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Moved the new components implementations to the separate files. >> Changed the iitialization procedure to a class function with >> dictionary of role to class name relation. >> >> This pr is still intermittent since it uses the old style >> JNF java call syntacsis. Once fix for JDK-8257853 is integrated >> the calls needs to be converted to the new style but that is a minor >> change. > > src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/CommonComponentAccessibility.h > line 41: > >> 39: @end >> 40: >> 41: #endif > > I see a warning for missing newline at end of this file. For some reason all .h files are marked with this warning. Not sure why - there are no new line after the last statements in other .h files in the project. ------------- PR: https://git.openjdk.java.net/jdk/pull/1549