mirror of
https://github.com/github/codeql.git
synced 2026-03-29 19:58:17 +02:00
This will allow the extractor to emit class(id, ...) when all it knows about a class is its name, due to not having it available on the classpath. Previously it would have had to guess whether it belonged to @class or @interface, possibly introducing an inconsistency.