Actions
Bug #5135
closedSequenceCopier leaks UncheckedXPathException
Start date:
2021-10-19
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
11, trunk
Fix Committed on Branch:
trunk
Fixed in Maintenance Release:
Platforms:
.NET, Java
Description
In Saxon 11, internally, we use UncheckedXPathException on paths where a checked exception cannot be thrown, e.g. on Iterator.next(). This should be converted back to a checked exception at the first opportunity.
SequenceCopier.copySequence()
is not doing this: see https://saxonica.plan.io/boards/3/topics/8337
Please register to edit this issue
Actions