Asm-tree-3.3.jar - Download |best|
Resolved critical issues like NullPointerException in the AnalyzerAdapter and incorrect method length calculations. When to Use asm-tree vs. asm-core ASM Core (Event API) ASM Tree (Object API) Speed Extremely fast; one-pass Slower; builds full memory model Memory Very low footprint Higher; stores the entire class tree Complexity Simple transformations only Complex, multi-step modifications Ease of Use Difficult for non-linear changes Intuitive for developers used to OOP Integration and Dependencies
Enhanced extensibility for the static analysis package.
Add the following to your pom.xml to automatically download the JAR and its required core dependencies: asm-tree-3.3.jar download
Added to help manage and optimize exception handling blocks.
Released in May 2010, version 3.3 introduced several refinements over previous iterations: Add the following to your pom
This specific version of ASM was widely adopted by major frameworks, including: Spring Framework (via spring-dependencies ) Cobertura (Code coverage tool) Parboiled (Parsing library) asm-tree » 3.3 - Maven Repository
A new class to simplify adding instructions to methods. Maven Repository: asm-tree 3
asm asm-tree 3.3 Use code with caution. Maven Repository: asm-tree 3.3 2. Manual Download


