RFR: 8294466: Minimize disabled warnings in java.desktop

Magnus Ihse Bursie ihse at openjdk.org
Thu Oct 20 10:37:59 UTC 2022


On Tue, 27 Sep 2022 16:14:32 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> After JDK-8294281, it is now possible to disable warnings for individual files instead for whole libraries. I used this opportunity to go through all disabled warnings in java.desktop native libraries.
> 
> Any warnings that were only triggered in a few files were removed from the library as a whole, and changed to be only disabled for those files.
> 
> Some warnings didn't trigger in any file anymore, and could just be removed.

I fouled up with the merge, and this PR got just messy. I'll close this and open a new.

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

PR: https://git.openjdk.org/jdk/pull/10453



More information about the client-libs-dev mailing list