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

Reply via email to