elharo commented on PR #285:
URL: 
https://github.com/apache/maven-dependency-analyzer/pull/285#issuecomment-4892912100

   Standalone reproducer (demonstrates the bug with a simple ASM 
SignatureVisitor): 
https://github.com/elharo/maven-dependency-analyzer/releases/tag/reproducer-mshared-1333
   
   ```
   $ mvn -q dependency:copy-dependencies compile exec:java
   Recorded names:
     java.lang.Object
     p.q.r
     x.y.z
     Inner       # <--- bug: bare name instead of x.y.z$Inner
     a.b.c
   
   BUG CONFIRMED: 'Inner' was recorded as a dependency
   ```


-- 
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]

Reply via email to