DO NOT REPLY [Bug 48908] New: Select instructions should implement StackConsumer instead of StackProducer
[email protected] Sun, 14 Mar 2010 12:52:25 +0000 (UTC)
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://issues.apache.org/bugzilla/show_bug.cgi?id=48908
Summary: Select instructions should implement StackConsumer
instead of StackProducer
Product: BCEL
Version: 5.2
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: minor
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Select instruction (class org.apache.bcel.generic.Select) is currently
implementing interface StackProducer. It should instead, implement interface
StackConsumer, since both instructions LOOKUPSWITCH and TABLESWITCH do consume
(pop) the operand stack. In addition calls to produceStack() and consumeStack()
do return the correct value.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.