Andreas Hubold created MSHARED-792: -------------------------------------- Summary: Maven Dependency Analyzer ignores Java 8 type annotations on local variables Key: MSHARED-792 URL: https://issues.apache.org/jira/browse/MSHARED-792 Project: Maven Shared Components Issue Type: Bug Components: maven-dependency-analyzer Affects Versions: maven-dependency-analyzer-1.11.1 Reporter: Andreas Hubold Attachments: example.tgz
The Maven Dependency Analyzer's DefaultMethodVisitor does not overwrite org.objectweb.asm.MethodVisitor#visitLocalVariableAnnotation. Because of this, type annotations on local variables are not detected. Attached example Maven project to reproduce the bug. -- This message was sent by Atlassian JIRA (v7.6.3#76005)