> I have no idea, if there is a way to detect those classes via a static tool.

These are not inner classes, Uwe -- they're basically regular classes
that originate from a single source file. And yes, you could try to
detect this by verifying that no two top-level classes have the same
source file in their "SourceFile" attribute (inside the emitted
bytecode). Unless sources are compiled without line numbers/ tracking
info (which isn't a good idea I guess), this should work like a charm.

Just an idea. :)

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to