[
https://issues.apache.org/jira/browse/JXPATH-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton updated JXPATH-38:
----------------------------------
Fix Version/s: 1.3
> [jxpath] ClassFunctions throws NPE searching for a function in null ns
> ----------------------------------------------------------------------
>
> Key: JXPATH-38
> URL: https://issues.apache.org/jira/browse/JXPATH-38
> Project: Commons JXPath
> Issue Type: Bug
> Affects Versions: 1.2 Final
> Environment: Operating System: other
> Platform: Other
> Reporter: Matt Benson
> Fix For: 1.3
>
> Attachments: jxpath-38.patch.txt
>
>
> First thing in getFunction(...):
> if (!namespace.equals(this.namespace)) {
> return null;
> }
> In contrast PackageFunctions has null checks. I think I can work around this
> by
> always using a namespace, but I can't think of any reason this behavior should
> persist into (theoretical) future versions of jxpath.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://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]