You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Matt Benson (JIRA)" <ji...@apache.org> on 2007/01/10 19:51:27 UTC

[jira] Resolved: (JXPATH-38) [jxpath] ClassFunctions throws NPE searching for a function in null ns

     [ https://issues.apache.org/jira/browse/JXPATH-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson resolved JXPATH-38.
-------------------------------

    Resolution: Fixed

fixed in SVN HEAD.

> [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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org