From 2cdf3b0ba885f3b800ae475ebadf551729036c15 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sat, 16 Jul 2005 14:19:42 +0000 Subject: [PATCH] Fix CursorableLinkedList iterator remove/set not throwing IllegalStateException after next-previous-removeByIndex bug 35766 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@219330 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 1 + .../list/CursorableLinkedList.java | 10 ++- .../list/TestCursorableLinkedList.java | 73 ++++++++++++++++++- 3 files changed, 82 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 8b29e0dc9..175dd891a 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -74,6 +74,7 @@ If this causes major headaches to anyone please contact commons-dev at jakarta.a