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/12/05 15:57:46 UTC

DO NOT REPLY [Bug 15089] - NullPointerException at Variable.fixupVariables when using EXSLT func extensions

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=15089>.
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=15089

NullPointerException at Variable.fixupVariables when using EXSLT func extensions





------- Additional Comments From arun.yadav@sun.com  2002-12-05 14:57 -------
The real problem is in ElemVariable. ElemVariable.compose() adds the null
m_qname for ElemExsltFunctResult in the vector. Variable.fixupVariables throws
the NPE when it get the null from vector.