When using xref e.g. with options -cf there is no references towards classes below java.lang.* exposed [#2507].
I need this to debug why an import-package header to java.lang.constant is being generated by bnd despite compiling with --release 11.
The package java.lang.constant however was only added in Java 12.
When using xref e.g. with options
-cf
there is no references towards classes belowjava.lang.*
exposed [#2507].I need this to debug why an import-package header to
java.lang.constant
is being generated bybnd
despite compiling with--release 11
. The packagejava.lang.constant
however was only added in Java 12.I tried with