DO NOT REPLY [Bug 27646] New: - public modifier for OperandStack.size()
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
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=27646>.
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=27646
public modifier for OperandStack.size()
Summary: public modifier for OperandStack.size()
Product: BCEL
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
I want to use the the Frame(LocalVariables/OperandStack) information outside
of the structural verifier. But the method OperandStack.size() is not a public
method.
So, can you please change this.
Thanks, Stephan Michels.