johnlinp commented on a change in pull request #7: [MDEP-679] mvn
dependency:analyze detected wrong transitive dependency
URL:
https://github.com/apache/maven-dependency-analyzer/pull/7#discussion_r395425133
##########
File path:
src/main/java/org/apache/maven/shared/dependency/analyzer/asm/ConstantPoolParser.java
##########
@@ -142,9 +141,8 @@
buf.getChar();
buf.getChar();
break;
+ case CONSTANT_STRING:
Review comment:
Thank you! I'll fix that.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services