Actions
Bug #2201
closedSetting ErrorListener on XQueryCompiler has no effect
Start date:
2014-10-28
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
Setting an ErrorListener on the XQueryCompiler or on the underlying StaticQueryContext under some conditions has no effect; the existing error listener, which defaults to the one used in the configuration, is used instead.
The problem occurs whenever the existing error listener is an instanceof StandardErrorListener (which is true by default).
Updated by Michael Kay about 10 years ago
- Status changed from New to Resolved
A patch has been committed on the 9.6 and 9.7 branches, and a new unit test added to the XQueryCompiler s9api tests.
Updated by O'Neil Delpratt about 10 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 9.6.0.2
Bug fix applied to the maintenance release Saxon 9.6.0.2
Updated by O'Neil Delpratt almost 9 years ago
- Sprint/Milestone set to 9.6.0.2
- Applies to branch 9.6 added
- Fix Committed on Branch 9.6 added
- Fixed in Maintenance Release 9.6.0.2 added
Please register to edit this issue
Actions