[ http://nagoya.apache.org/jira/browse/XALANJ-1592?page=history ]
Morris Kwan resolved XALANJ-1592:
---------------------------------
Assign To: (was: Xalan Developers Mailing List)
Resolution: Fixed
The patch was applied.
> Missing set parent expression in FuncExtFunction.java
> -----------------------------------------------------
>
> Key: XALANJ-1592
> URL: http://nagoya.apache.org/jira/browse/XALANJ-1592
> Project: XalanJ2
> Type: Bug
> Components: XPath
> Versions: 2.5
> Environment: Operating System: All
> Platform: All
> Reporter: catya alone
>
> In class org.apache.xpath.functions.FuncExtFunction, method setArg,
> missing the code to set the parent expression for the argument expressioni.
> original code:
> public void setArg(Expression arg, int argNum)
> throws WrongNumberArgsException
> {
> m_argVec.addElement(arg);
> }
> corrected code:
> public void setArg(Expression arg, int argNum)
> throws WrongNumberArgsException
> {
> m_argVec.addElement(arg);
> arg.exprSetParent(this); // <==
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]