You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/11/08 01:27:39 UTC

[GitHub] [netbeans] pepness opened a new pull request #1620: [NETBEANS-3346] - Upgrade asm-all-5.0.1 version to asm-7.2

pepness opened a new pull request #1620: [NETBEANS-3346] - Upgrade asm-all-5.0.1 version to asm-7.2
URL: https://github.com/apache/netbeans/pull/1620
 
 
   -Upgrade asm-all-5.0.1 version to asm-7.2
   
   -Add constructor parameter to use ASMv7 API
   
   `ClassNode theClass = new ClassNode(Opcodes.ASM7);`
   If you don't set the ASM version API it will use the default version from the jar:
   
   - asm-all-5.0.1.jar = Opcodes.ASM5
   - asm-6.1.jar = Opcodes.ASM6
   - asm-7.2.jar = Opcodes.ASM7
   
   -Visit @ConstructorDelegate parameters as array. (by sdedic)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists