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");
}
Please register to edit this issue
Actions