Project

Profile

Help

Bug #1791

closed

NullPointerException thrown when getGlobalParamters is called

Added by O'Neil Delpratt almost 11 years ago. Updated almost 11 years ago.

Status:
Duplicate
Priority:
Normal
Category:
Internals
Sprint/Milestone:
-
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

GlobalParametersTest.java (1.4 KB) GlobalParametersTest.java O'Neil Delpratt, 2013-05-31 12:40
Actions #1

Updated by O'Neil Delpratt almost 11 years ago

  • Category set to Internals
  • Status changed from New to Duplicate

this bug is a duplicate of #1790

Please register to edit this issue

Also available in: Atom PDF