I'm using an Ant task to instrument the code:
that creates the following output:
and produces the bytecode as initially stated. Maybe the test only verifies the addition of the interfaces, but doesn't ensure that the change is written back to the bytecode stream? |