Re: RFR: 8294466: Minimize disabled warnings in java.desktop

2022-10-23 Thread Phil Race
On Thu, 20 Oct 2022 10:36:08 GMT, Magnus Ihse Bursie 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

Re: RFR: 8294466: Minimize disabled warnings in java.desktop

2022-10-20 Thread Erik Joelsson
On Thu, 20 Oct 2022 10:36:08 GMT, Magnus Ihse Bursie 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

Re: RFR: 8294466: Minimize disabled warnings in java.desktop

2022-10-20 Thread Magnus Ihse Bursie
On Thu, 20 Oct 2022 18:14:45 GMT, Erik Joelsson 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

Re: RFR: 8294466: Minimize disabled warnings in java.desktop

2022-10-20 Thread Erik Joelsson
On Thu, 20 Oct 2022 10:36:08 GMT, Magnus Ihse Bursie 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

RFR: 8294466: Minimize disabled warnings in java.desktop

2022-10-20 Thread Magnus Ihse Bursie
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

Re: RFR: 8294466: Minimize disabled warnings in java.desktop

2022-10-20 Thread Magnus Ihse Bursie
On Tue, 27 Sep 2022 16:14:32 GMT, Magnus Ihse Bursie 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

RFR: 8294466: Minimize disabled warnings in java.desktop

2022-10-18 Thread Magnus Ihse Bursie
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