LocalVariableTypeTable?

Bil Lewis <[email protected]> Tue, 23 Jan 2007 22:52:55 -0500
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <[email protected]>
I resolved my problems with the LVT via some ugly hacking. But now
I'm getting an LVTT problem:

java.lang.ClassFormatError: LVTT entry for 'classes'
in class file org/junit/runner/JUnitCore does not match any LVT entry


Looking through the source files I don't even find the string 
LocalVariableTypeTable.
Does BCEL handle the LVTT?

I also can't find the API javadocs.

Any ideas?

-Bil