You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/04 09:47:00 UTC

[jira] [Commented] (MSHARED-674) Maven Dependency Analyzer ignores Java 8 type annotations

    [ https://issues.apache.org/jira/browse/MSHARED-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16311090#comment-16311090 ] 

ASF GitHub Bot commented on MSHARED-674:
----------------------------------------

ahubold opened a new pull request #1: [MSHARED-674] Detect Java 8 type annotations
URL: https://github.com/apache/maven-dependency-analyzer/pull/1
 
 
   by implementing DefaultMethodVisitor#visitTypeAnnotation

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Maven Dependency Analyzer ignores Java 8 type annotations
> ---------------------------------------------------------
>
>                 Key: MSHARED-674
>                 URL: https://issues.apache.org/jira/browse/MSHARED-674
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-dependency-analyzer
>    Affects Versions: maven-dependency-analyzer-1.7
>            Reporter: Andreas Hubold
>
> The Maven Dependency Analyzer's DefaultMethodVisitor does not overwrite org.objectweb.asm.MethodVisitor#visitTypeAnnotation. Because of this, type annotations are not detected. 
> This causes MDEP-594. Have a look at that issue for more details.
> Note, that type annotations were introduced with Java 8.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)