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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]