- 07 Aug, 2019 1 commit
-
-
Vladimir Sitnikov authored
fixes asm/asm#317879
-
- 15 Jul, 2019 2 commits
-
-
Eric Bruneton authored
Fix infinite loop with invalid arguments. Closes #317875 See merge request asm/asm!267
-
Eric Bruneton authored
-
- 14 Jul, 2019 3 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Make InsnList derive from Iterable, because it is an iterable See merge request asm/asm!266
-
kb1000 authored
-
- 08 Jul, 2019 1 commit
-
-
SergiiTsypanov authored
-
- 06 Jul, 2019 1 commit
-
-
Eric Bruneton authored
-
- 17 Jun, 2019 6 commits
-
-
Remi Forax authored
add support of Java 14 version See merge request !264
-
Eric Bruneton authored
Throw an exception if visitFrame is used incorrectly for old class versions. Closes #317872 See merge request !263
-
Eric Bruneton authored
-
Eric Bruneton authored
Resolve "java.lang.IllegalArgumentException: Invalid opcode 169" Closes #317873 See merge request !262
-
Eric Bruneton authored
-
Remi Forax authored
-
- 18 May, 2019 1 commit
-
-
Eric Bruneton authored
-
- 12 May, 2019 1 commit
-
-
Eric Bruneton authored
Update JaCoCo to version 0.8.4 See merge request !261
-
- 11 May, 2019 1 commit
-
-
Evgeny Mandrikov authored
-
- 06 Apr, 2019 4 commits
-
-
Eric Bruneton authored
Delete unused constants. This does not break binary compatibility because constants are inlined. See merge request !259
-
Eric Bruneton authored
-
Eric Bruneton authored
Fix missing 'final' on some ClassWriter methods. See... See merge request !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.
-
- 17 Mar, 2019 1 commit
-
-
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.
-
- 04 Mar, 2019 6 commits
-
-
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
-
- 03 Mar, 2019 5 commits
-
-
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.
-
- 02 Mar, 2019 3 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- 26 Feb, 2019 3 commits
-
-
Eric Bruneton authored
Use try-with-resources ('code smell' found with SonarQube). See merge request !253
-
Eric Bruneton authored
-
Eric Bruneton authored
Add benchmarks for Java 8 features (stack map tables and invokedynamic). See merge request !255
-
- 24 Feb, 2019 1 commit
-
-
Eric Bruneton authored
-