Created
October 1, 2018 13:59
-
-
Save rotty3000/a68c8ea494f4c1b2e304822dc8a72a66 to your computer and use it in GitHub Desktop.
diff asm 7.0-BETA vs. 6.2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~]$ baseline -v ~/.m2/repository/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar ~/.m2/repository/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar | |
=============================================================== | |
org.objectweb.asm 7.0.0.beta-6.2.1 | |
=============================================================== | |
Package Delta New Old Suggest If Prov. | |
org.objectweb.asm MAJOR 7.0.0.beta 6.2.1 ok - | |
MAJ class org.objectweb.asm.ClassVisitor | |
+ method visitNestHost(java.lang.String) | |
+ return void | |
- method visitNestHostExperimental(java.lang.String) | |
- return void | |
+ method visitNestMember(java.lang.String) | |
+ return void | |
- method visitNestMemberExperimental(java.lang.String) | |
- return void | |
MAJ class org.objectweb.asm.ClassWriter | |
+ method visitNestHost(java.lang.String) | |
+ return void | |
- method visitNestHostExperimental(java.lang.String) | |
- return void | |
+ method visitNestMember(java.lang.String) | |
+ return void | |
- method visitNestMemberExperimental(java.lang.String) | |
- return void | |
MAJ class org.objectweb.asm.ConstantDynamic | |
+ method getBootstrapMethodArgument(int) | |
+ return java.lang.Object | |
+ method getBootstrapMethodArgumentCount() | |
+ return int | |
- method getBootstrapMethodArguments() | |
- return java.lang.Object[] | |
+ method getSize() | |
+ return int | |
MAJ class org.objectweb.asm.Type | |
+ access final | |
MAJ class org.objectweb.asm.TypePath | |
+ access final | |
MAJ interface org.objectweb.asm.Opcodes | |
+ field ASM7 | |
+ access final | |
+ access static | |
+ constant 458752 | |
+ return int | |
- field ASM7_EXPERIMENTAL | |
- access final | |
- access static | |
- constant 17235968 | |
- return int | |
+ field V_PREVIEW | |
+ access final | |
+ access static | |
+ constant -65536 | |
+ return int | |
- field V_PREVIEW_EXPERIMENTAL | |
- access final | |
- access static | |
- constant -65536 | |
- return int | |
- version 6.2.1 | |
+ version 7.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment