https://issues.apache.org/bugzilla/show_bug.cgi?id=41660
Torsten Curdt <tcu...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Torsten Curdt <tcu...@apache.org> 2010-01-10 11:26:17 UTC --- public int getTypeIndex() { return type_index; } public ConstantPool getConstantPool() { return constant_pool; } public boolean isRuntimeVisible() { return isRuntimeVisible; } Expose the variables now. In Annotations they are already available and you can even set the annotation table. Should fix your problems. Please re-open if that's not enough. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bcel-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: bcel-dev-h...@jakarta.apache.org