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/05 05:08:35 UTC

[GitHub] [netbeans] pepness opened a new pull request #1613: [NETBEANS-3341] - Upgrade asm-all.jar 5.0.1 to 5.1

pepness opened a new pull request #1613: [NETBEANS-3341] - Upgrade asm-all.jar 5.0.1 to 5.1
URL: https://github.com/apache/netbeans/pull/1613
 
 
   1.-Upgrade asm-all-5.0.1 version to asm-all-5.1including it's license 
   
   2.-Add constructor parameter to use ASMv5 API:
   `ClassNode clazz = new ClassNode(Opcodes.ASM5);`
   
   3.-Add documentation to one class that extends a class from asm.jar

----------------------------------------------------------------
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