From 2c9374c807dbdf256df2c6bb365802916e8653c6 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 29 Mar 2021 16:50:44 +0700 Subject: 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 '' 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 --- lib/asm/asm-2.0.jar | Bin 33604 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/asm/asm-2.0.jar (limited to 'lib') diff --git a/lib/asm/asm-2.0.jar b/lib/asm/asm-2.0.jar deleted file mode 100644 index 458fd703f..000000000 Binary files a/lib/asm/asm-2.0.jar and /dev/null differ -- cgit v1.2.3