Initial proof of concept for implementation of -Xlint:hiddenclass
Maurizio Cimadamore
maurizio.cimadamore at oracle.com
Thu Sep 20 07:37:13 PDT 2012
On 20/09/12 14:21, Remi Forax wrote:
> I think the check in ClassReader should be improved a little to take care
> of languages that are not Java but compile to .class, i.e. allow
> className.*
Does the notion of auxiliary class files even applies to non-Java
languages? I expect most of the classes generated by non-Java language
targeting the JVM to generate lots of synthetic cruft.
Maurizio
More information about the compiler-dev
mailing list