You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/03/24 11:21:58 UTC

DO NOT REPLY [Bug 7409] New: - Wrong values pushed to stack

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7409>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7409

Wrong values pushed to stack

           Summary: Wrong values pushed to stack
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xpath
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: arjen.duursma@nl.compuware.com


In org.apache.xpath.XPathContext the methods
pushCurrentNodeAndExpression
and
pushExpressionState

apparently should push their arguments to an number of stacks.
The cn value (current node) is however pushed on both
the current node and the current expression expression stack.
The current expression (en) value is not used.

It is likely that this is an error (if not than that should
be properly documented).  It appears not to give any problems
at the moment as both arguments to the methods seem to be
equal at all call's .....