Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2 Final
-
None
-
Operating System: other
Platform: Other
-
39563
Description
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.