You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andreas Hubold (JIRA)" <ji...@apache.org> on 2019/01/03 08:54:00 UTC

[jira] [Created] (MSHARED-792) Maven Dependency Analyzer ignores Java 8 type annotations on local variables

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)