aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-29 16:50:44 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-29 16:50:44 +0700
commit2c9374c807dbdf256df2c6bb365802916e8653c6 (patch)
treecd1313181bdcaa5dd99d64499035f5c477a004e5 /lib
parent887cb2d8849f21f25a840674ffbffdc4ae4a8a8c (diff)
downloadaspectj-2c9374c807dbdf256df2c6bb365802916e8653c6.tar.gz
aspectj-2c9374c807dbdf256df2c6bb365802916e8653c6.zip
Remove ASM 2.0 dependency from AtAjLTWTests::testLTWUnweavable
The test class UnweavableTest used ASM 2.0 API. I upgraded in two ways: 1. Now the ASM 9.1 API is used. Probably works with much older versions too (just not as old as 2.0), as long as the method and constructor signatures are the same). 2. The class now uses the AspectJ version of ASM (i.e. package names aj.org.objectweb.asm.*) and therefore can just use ASM as it is on the classpath for module 'tests' already. There is no more need to manually add '<pathelement path="${aj.root}/lib/asm/asm-2.0.jar"/>' to the Ant build script for that test. Consequently, asm-2.0.jar can be eliminated from Git SCM completely, because it was only used in this one test. BTW, I also removed some deprecated API and other types of warnings in UnweavableTest. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'lib')
-rw-r--r--lib/asm/asm-2.0.jarbin33604 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/asm/asm-2.0.jar b/lib/asm/asm-2.0.jar
deleted file mode 100644
index 458fd703f..000000000
--- a/lib/asm/asm-2.0.jar
+++ /dev/null
Binary files differ