You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by bu...@apache.org on 2005/02/14 05:00:04 UTC

DO NOT REPLY [Bug 33549] - LocalVariableTypeTable seems not to be updated like LocalVariableTable

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33549>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33549





------- Additional Comments From jhp@csail.mit.edu  2005-02-14 05:00 -------
One possible workaround before BCEL supports Local Variable type Tables
is to simply remove the table.  It is optional and everything seems to
work fine if you remove it.  Simply loop through the attributes and
remove the one named "LocalVariableTypeTable".  I think the only
downside is that the information won't be available to a debugger.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org