RFR: 8349848: Support lint control of sunapi diagnostics
Maurizio Cimadamore
mcimadamore at openjdk.org
Mon Feb 17 17:20:09 UTC 2025
On Fri, 14 Feb 2025 21:07:36 GMT, Archie Cobbs <acobbs at openjdk.org> wrote:
> This PR creates a new lint category `proprietary` that controls the mandatory warning "Foo is internal proprietary API and may be removed in a future release".
>
> This allows developers to suppress this warning using `-Xlint:-proprietary` and/or `@SuppressWarnings`.
Meta comment. The discussion you are bringing up, while completely valid, is completely out of scope for a PR. We have relevant mailing lists where to discuss issues like these (compiler-dev, jigsaw-dev, corelibs-dev to name a few). Having a far-reaching policy change discussion "hidden" inside a PR is a bug, not a feature :-)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23650#issuecomment-2663708887
More information about the compiler-dev
mailing list