bcel2asm

Overview

bcel2asm implements a wrapper from BCEL to ASM, two byte-code engineering libraries for Java. That is, it seeks to implement the BCEL API but using ASM underneath. For more information, see the project Migration of Applications across APIs.

Note that the wrapper is far from complete. It was developed using the methodology described in the paper Compliance Testing for Wrapper-based API Migration, and targets the code coverage tool Quilt.

Authors

Releases