Project

Profile

Help

Bug #5135

closed

SequenceCopier leaks UncheckedXPathException

Added by Michael Kay over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Diagnostics
Sprint/Milestone:
-
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

Also available in: Atom PDF