Actions
Bug #1791
closedNullPointerException thrown when getGlobalParamters is called
Start date:
2013-05-31
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
The following exception is thrown when the method getGlobalParamters is called on the class XsltExecutable:
@
java.lang.NullPointerException
at net.sf.saxon.s9api.QName.hashCode(QName.java:295)
at java.util.HashMap.put(HashMap.java:372)
at net.sf.saxon.s9api.XsltExecutable.getGlobalParameters(XsltExecutable.java:94)
at test.GlobalParametersTest.globalParametersTest(GlobalParametersTest.java:30)
@
The Java file is attached which reproduces the error.
Files
Please register to edit this issue
Actions