- Simplify implementation of classes derived from ShadowClass by moving as
much common code to ShadowClass. Also avoid duplication information that can be easily extracted from ASM Type or ClassNode. - Add test that test the basic functionality of the three concrete subclasses of ShadowClass. - Modify build.xml to pick up the new tests.
Showing