Re: RFR: 8327255: javac lint warnings: removal, missing-explicit-ctor [v2]

2024-06-25 Thread Lukasz Kostyra
On Sat, 22 Jun 2024 13:37:30 GMT, Kevin Rushforth wrote: >> This PR updates `build.gradle` to define javac lint options for three >> different types of java compilation tasks: sdk classes, test classes >> (including shims), and tool classes (including JSLC). The defaults for these >> three gro

Re: RFR: 8327255: javac lint warnings: removal, missing-explicit-ctor [v2]

2024-06-24 Thread Ambarish Rapte
On Sat, 22 Jun 2024 13:37:30 GMT, Kevin Rushforth wrote: >> This PR updates `build.gradle` to define javac lint options for three >> different types of java compilation tasks: sdk classes, test classes >> (including shims), and tool classes (including JSLC). The defaults for these >> three gro

Re: RFR: 8327255: javac lint warnings: removal, missing-explicit-ctor [v2]

2024-06-22 Thread Kevin Rushforth
On Tue, 18 Jun 2024 14:16:25 GMT, Ambarish Rapte wrote: >> Kevin Rushforth has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains five additional >> co

Re: RFR: 8327255: javac lint warnings: removal, missing-explicit-ctor [v2]

2024-06-22 Thread Kevin Rushforth
> This PR updates `build.gradle` to define javac lint options for three > different types of java compilation tasks: sdk classes, test classes > (including shims), and tool classes (including JSLC). The defaults for these > three groups of lint options are specified in `build.gradle`. > > We al

Re: RFR: 8327255: javac lint warnings: removal, missing-explicit-ctor

2024-06-18 Thread Ambarish Rapte
On Wed, 12 Jun 2024 20:03:24 GMT, Kevin Rushforth wrote: > This PR updates `build.gradle` to define javac lint options for three > different types of java compilation tasks: sdk classes, test classes > (including shims), and tool classes (including JSLC). The defaults for these > three groups

Re: RFR: 8327255: javac lint warnings: removal, missing-explicit-ctor

2024-06-14 Thread Kevin Rushforth
On Wed, 12 Jun 2024 20:03:24 GMT, Kevin Rushforth wrote: > This PR updates `build.gradle` to define javac lint options for three > different types of java compilation tasks: sdk classes, test classes > (including shims), and tool classes (including JSLC). The defaults for these > three groups

Re: RFR: 8327255: javac lint warnings: removal, missing-explicit-ctor

2024-06-12 Thread Kevin Rushforth
On Wed, 12 Jun 2024 20:03:24 GMT, Kevin Rushforth wrote: > This PR updates `build.gradle` to define javac lint options for three > different types of java compilation tasks: sdk classes, test classes > (including shims), and tool classes (including JSLC). The defaults for these > three groups

RFR: 8327255: javac lint warnings: removal, missing-explicit-ctor

2024-06-12 Thread Kevin Rushforth
This PR updates `build.gradle` to define javac lint options for three different types of java compilation tasks: sdk classes, test classes (including shims), and tool classes (including JSLC). The defaults for these three groups of lint options are specified in `build.gradle`. We also define th