ASM : a small and fast bytecode manipulation framework.
This is repackaged from groupId="org.ow2.asm" artifactId="asm.jar" for ASM v7.3.1.
The only changes in the code were to fix compiler warnings.
The process to upgrade this "repackaged" ASM is as follows :-
- Open datanucleus-core in Eclipse (or equivalent IDE)
- Download and open the source code for the version of ASM that you want in Eclipse
- Copy all files from org.objectweb.asm (but not sub-packages), and paste these into org.datanucleus.enhancer.asm
- Inspect all compiler warnings in Eclipse and fix the formatting of the ASM methods to avoid ALL warnings.
- Update package.html of org.datanucleus.enhancer.asm to mention the current version of ASM that is repackaged
- Update ClassEnhancer.ASM_API_VERSION if using a new version of the ASM API