- 21 Dec, 2020 5 commits
-
-
Remi Forax authored
also fix some typos (stuff) and refactor Arrays.asList(array).stream() to Arrays.stream(array)
-
Eric Bruneton authored
Add some input validations in ClassReader. See merge request asm/asm!306
-
Eric Bruneton authored
-
Eric Bruneton authored
Add an analyzeAndComputeMaxs() method in Analyzer. Closes #317921 See merge request asm/asm!305
-
Eric Bruneton authored
-
- 19 Dec, 2020 2 commits
-
-
Eric Bruneton authored
Use consistent exceptions in InstructionAdapter. Closes #317922 See merge request asm/asm!304
-
Eric Bruneton authored
Fix Javadoc of AnnotationVisitor.visitArray(). Closes #317923 See merge request asm/asm!303
-
- 18 Dec, 2020 2 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- 11 Nov, 2020 1 commit
-
-
Eric Bruneton authored
-
- 17 Oct, 2020 1 commit
-
-
Eric Bruneton authored
Replace -debug flag in Printer by -nodebug (-debug continues to work) See merge request asm/asm!302
-
- 16 Oct, 2020 1 commit
-
-
Lukas Rytz authored
-
- 19 Sep, 2020 1 commit
-
-
Eric Bruneton authored
-
- 04 Sep, 2020 1 commit
-
-
Eric Bruneton authored
Resolve "AdviceAdapter incorrectly emits onMethodEnter from a try-catch block in a constructor" Closes #317897 See merge request asm/asm!298
-
- 09 Aug, 2020 1 commit
-
-
Eric Bruneton authored
-
- 02 Aug, 2020 4 commits
-
-
Eric Bruneton authored
Fix a parameter-name comment in `ClassReader.java`. See merge request asm/asm!299
-
This otherwise trips automated tools that check that parameter-name comments do in fact match the names of the corresponding parameters.
-
Eric Bruneton authored
Fix for incorrect onMethodEnter for private method call after fallthrough from exception handler, in a constructor.
-
Eric Bruneton authored
-
- 05 Jul, 2020 6 commits
-
-
Eric Bruneton authored
Rename remaining 'subtype' to 'subclass'. See merge request asm/asm!295
-
Eric Bruneton authored
Change version to 9.0 beta. See merge request asm/asm!294
-
Eric Bruneton authored
Apply patch from Oskar Haarklou Veileborg. Closes #317910 See merge request asm/asm!293
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- 04 Jul, 2020 2 commits
-
-
Remi Forax authored
Move to ASM9 / JDK 15 + experimental support of JDK 16 See merge request asm/asm!291
-
Remi Forax authored
-
- 13 Jun, 2020 2 commits
-
-
Eric Bruneton authored
Resolve "ASM throws ArrayIndexOutOfBoundsException when processing kotlin class file using both Inline Function and Multiplatform Project" Closes #317904 See merge request asm/asm!290
-
Eric Bruneton authored
-
- 07 Jun, 2020 1 commit
-
-
Eric Bruneton authored
-
- 06 Jun, 2020 2 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- 28 May, 2020 1 commit
-
-
Eric Bruneton authored
-
- 19 Apr, 2020 1 commit
-
-
Eric Bruneton authored
-
- 06 Apr, 2020 1 commit
-
-
Eric Bruneton authored
-
- 03 Apr, 2020 3 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- 02 Apr, 2020 2 commits
-
-
Remi Forax authored
Add support for empty record See merge request asm/asm!288
-
Remi Forax authored
-