slachiewicz commented on issue #216: URL: https://github.com/apache/maven-dependency-analyzer/issues/216#issuecomment-5742929154
Detected since 1.10: `ConstantPoolParser` reads the `CONSTANT_Class` entry that javac (and ecj) emit for the owner of an inlined constant. Verified with 1.17.2 on classes whose only reference to `b.K` is a `static final` String/int, a static import, an interface constant and a `case` label: `b.K` is reported for javac 27 (`--release 8` too) and ecj 3.46.100. The index page still lists constants as undetected; fixing that in a follow-up docs PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
