elharo commented on issue #282:
URL: 
https://github.com/apache/maven-dependency-analyzer/issues/282#issuecomment-4893017309

   Updated reproducer (uses non-static inner class with parameterized outer 
type, which is the real trigger): 
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
     java.util.function.Supplier
     test.Outer
     java.lang.String
     Inner       # <--- bug: bare name instead of test.Outer$Inner
   
   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