Project

Profile

Help

Bug #5106

closed

Gizmo fails with ConcurrentModificationException using "delete //prefix:local~

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

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gizmo
Sprint/Milestone:
-
Start date:
2021-09-24
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
10, 11, trunk
Fix Committed on Branch:
10, trunk
Fixed in Maintenance Release:
Platforms:
.NET, Java

Description

For example

java -cp ~/bin/10.5/he/saxon-he-10.5.jar:/Users/mike/bin/10.5/he/jline-2.14.6.jar  net.sf.saxon.Gizmo
Saxon Gizmo 10.5
/>load /Users/mike/GitHub/saxon2020/src/samples/schemas/validation-reports.xsd
/>delete //xs:annotation
Exception in thread "main" java.util.ConcurrentModificationException
	at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
	at java.util.ArrayList$Itr.next(ArrayList.java:851)
	at net.sf.saxon.Gizmo.delete(Gizmo.java:439)
	at net.sf.saxon.Gizmo.executeCommands(Gizmo.java:304)
	at net.sf.saxon.Gizmo.<init>(Gizmo.java:231)
	at net.sf.saxon.Gizmo.main(Gizmo.java:168)

Please register to edit this issue

Also available in: Atom PDF