Project

Profile

Help

Bug #4500

closed

ArrayIndexOutOfBounds exception processing XDM Arrays in XSLT

Added by Michael Kay about 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Internals
Sprint/Milestone:
-
Start date:
2020-03-25
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
10, 9.9
Fix Committed on Branch:
10, 9.9
Fixed in Maintenance Release:
Platforms:

Description

Failure reported by Ruud Grossmann on saxon-help mailing list. Reproduced as XSLT3 test case arrays-304.

StackTrace:

java.lang.IndexOutOfBoundsException: Requested 2, actual size 1
       at net.sf.saxon.ma.parray.ImmList.outOfBounds(ImmList.java:194)
       at net.sf.saxon.ma.parray.ImmList1.subList(ImmList1.java:95)
       at net.sf.saxon.ma.parray.ImmList2.subList(ImmList2.java:114)
       at net.sf.saxon.ma.parray.ImmList2.subList(ImmList2.java:112)
       at net.sf.saxon.ma.parray.ImmList2.subList(ImmList2.java:114)

Please register to edit this issue

Also available in: Atom PDF