Unresolved params cause NullPointerException in RelationalExpr during compile
-----------------------------------------------------------------------------
Key: XALANJ-2202
URL: http://issues.apache.org/jira/browse/XALANJ-2202
Project: XalanJ2
Type: Bug
Components: XSLTC
Versions: 2.7
Reporter: Bryan Mawhinney
Priority: Minor
If a relational expression includes a reference to an as yet unresolved param
(e.g., a global param from an included stylesheet), then a NPE is thrown in
RelationalExpr.typeCheck when the code tries to dereference ref.getVariable(),
which is null for a param.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]