vbreivik commented on code in PR #102: URL: https://github.com/apache/maven-dependency-analyzer/pull/102#discussion_r1438926655
########## src/main/java/org/apache/maven/shared/dependency/analyzer/asm/DefaultMethodVisitor.java: ########## @@ -157,4 +160,14 @@ private void addTypeSignature(final String signature) { new SignatureReader(signature).acceptType(signatureVisitor); } } + + @Override + public void visitInvokeDynamicInsn( Review Comment: The naming is controlled by ASM. This class extends MethodVisitor from ASM. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org