DO NOT REPLY [Bug 47073] Class files containing "StackMapTable" attributes (on method code) are dumped incorrectly
[email protected] Mon, 25 May 2009 01:19:32 -0700 (PDT)
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
https://issues.apache.org/bugzilla/show_bug.cgi?id=47073 --- Comment #4 from Mattias Ulbrich <[email protected]> 2009-05-25 01:19:32 PST --- > I assume there should be an > > if (frame_type >= Constants.SAME_FRAME && frame_type <= > Constants.SAME_FRAME_MAX) { > ... > } else .... > after the initial write of frame_type, but what should be inside the if? I reckon that the "if" branch can remain empty since there is no additional information to be stored in this case. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.