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 2010/03/14 13:52:25 UTC

DO NOT REPLY [Bug 48908] New: Select instructions should implement StackConsumer instead of StackProducer

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: bcel-dev@jakarta.apache.org
        ReportedBy: hobbbo@gmail.com


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: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org