- Jul 06, 2019
-
-
Eric Bruneton authored
-
- Jun 17, 2019
-
-
Remi Forax authored
add support of Java 14 version See merge request asm/asm!264
-
Eric Bruneton authored
Throw an exception if visitFrame is used incorrectly for old class versions. Closes #317872 See merge request asm/asm!263
-
Eric Bruneton authored
-
Eric Bruneton authored
Resolve "java.lang.IllegalArgumentException: Invalid opcode 169" Closes #317873 See merge request asm/asm!262
-
Eric Bruneton authored
-
Remi Forax authored
-
- May 18, 2019
-
-
Eric Bruneton authored
-
- May 12, 2019
-
-
Eric Bruneton authored
Update JaCoCo to version 0.8.4 See merge request asm/asm!261
-
- May 11, 2019
-
-
Evgeny Mandrikov authored
-
- Apr 06, 2019
-
-
Eric Bruneton authored
Delete unused constants. This does not break binary compatibility because constants are inlined. See merge request asm/asm!259
-
Eric Bruneton authored
-
Eric Bruneton authored
Fix missing 'final' on some ClassWriter methods. See... See merge request asm/asm!260
-
Eric Bruneton authored
Fix missing 'final' on some ClassWriter methods. See https://mail.ow2.org/wws/arc/asm/2011-11/msg00008.html. This might break backward binary compatibility for some users, but this is unlikely since all the other visit methods are final.
-
- Mar 17, 2019
-
-
Eric Bruneton authored
Remove the broken asm4_0 generator benchmark. The generator code uses the new ASM5 visitMethodInsn method, which is not available in ASM4.
-
- Mar 04, 2019
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Delete the ASMifiable and Textifiable interfaces, moved to asm-deprecated. See deprecated@7c0e20d0.
-
Eric Bruneton authored
-
- Mar 03, 2019
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Small refactors to reduce the amount of duplicated code, and to avoid too many... See merge request asm/asm!258
-
Eric Bruneton authored
Deprecate the ClassReader.b field. See merge request asm/asm!256
-
Eric Bruneton authored
Small refactors to reduce the amount of duplicated code, and to avoid too many method parameters. All these are 'code smells' found by SonarQube.
-
- Mar 02, 2019
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- Feb 26, 2019
-
-
Eric Bruneton authored
Use try-with-resources ('code smell' found with SonarQube). See merge request asm/asm!253
-
Eric Bruneton authored
-
Eric Bruneton authored
Add benchmarks for Java 8 features (stack map tables and invokedynamic). See merge request asm/asm!255
-
- Feb 24, 2019
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Deprecate ASMifiable and Textifiable. Also remove some deprecated, unused code... See merge request asm/asm!254
-
Eric Bruneton authored
-
Eric Bruneton authored
Resolve "CheckClassAdapter requires non-null ClassVisitor that returns non-null MethodVisitor" Closes #317869 See merge request asm/asm!252
-
Eric Bruneton authored
-
- Feb 23, 2019
-
-
Eric Bruneton authored
-
Remi Forax authored
Update JaCoCo to version 0.8.3 See merge request asm/asm!250
-