Actions
Bug #5288
closedThe variable "source" can only be null
Start date:
2022-02-05
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
11, trunk
Fix Committed on Branch:
11, trunk
Fixed in Maintenance Release:
Platforms:
Description
net/sf/saxon/event/Sender.java line 100
if (source == null) {
throw new XPathException("A source of type " + source.getClass().getName() +
" is not supported in this environment");
}
Updated by Michael Kay almost 3 years ago
- Status changed from New to Resolved
- Assignee changed from Community Admin to Michael Kay
- Applies to branch 11, trunk added
- Fix Committed on Branch 11, trunk added
Thanks, fixed.
Updated by Debbie Lockett almost 3 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in Maintenance Release 11.2 added
Bug fix applied in the Saxon 11.2 maintenance release.
Please register to edit this issue
Actions