RFR JDK-8190315: Test tools/javac/tree/NoPrivateTypesExported.java failing
Vicente Romero
vicente.romero at oracle.com
Wed Nov 1 13:57:52 UTC 2017
looks good,
Vicente
On 10/30/2017 04:35 PM, Jan Lahoda wrote:
> Hi,
>
> test/langtools/tools/javac/tree/NoPrivateTypesExported.java is
> failing. The intent of the test is to verify the API elements don't
> refer to non-public types. This is similar to Xlint:exports, but
> older. Seems reasonable to keep the test for now, despite it might be
> superseded by -Xlint:exports. The issue why the test is failing is
> that it does not ignore constant annotation values, which the proposed
> fix is doing:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8190315
> Webrev: http://cr.openjdk.java.net/~jlahoda/8190315/webrev.00/
>
> Thanks,
> Jan
More information about the compiler-dev
mailing list