Re: RFR: 8253753 Enable default constructor warning in client modules

2020-11-26 Thread Magnus Ihse Bursie
On Tue, 24 Nov 2020 19:10:04 GMT, Joe Darcy wrote: > With the default constructors warnings in java.desktop and jdk.accessibility > now fixed, the warning should be enabled in the build for those modules. Looks good! Thank you for your continued efforts to clean up the code base. ---

Re: RFR: 8253753 Enable default constructor warning in client modules

2020-11-24 Thread Sergey Bylokhov
On Tue, 24 Nov 2020 19:10:04 GMT, Joe Darcy wrote: > With the default constructors warnings in java.desktop and jdk.accessibility > now fixed, the warning should be enabled in the build for those modules. Marked as reviewed by serb (Reviewer). - PR: https://git.openjdk.java.net/jd

Re: RFR: 8253753 Enable default constructor warning in client modules

2020-11-24 Thread Phil Race
On Tue, 24 Nov 2020 19:10:04 GMT, Joe Darcy wrote: > With the default constructors warnings in java.desktop and jdk.accessibility > now fixed, the warning should be enabled in the build for those modules. I tried this myself a few weeks ago and it was fine. - Marked as reviewed by

RFR: 8253753 Enable default constructor warning in client modules

2020-11-24 Thread Joe Darcy
With the default constructors warnings in java.desktop and jdk.accessibility now fixed, the warning should be enabled in the build for those modules. - Commit messages: - Merge branch 'JDK-8253753' of https://github.com/jddarcy/jdk into JDK-8253753 - Update build to enable default