[
https://issues.apache.org/jira/browse/PIVOT-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Volkert updated PIVOT-282:
-------------------------------
Description: It is possible to insert or update an item in a sorted linked
list while iterating through its item iterator such that the sorting is broken,
leaving the list in an invalid state. (was: It is possible to update an item
in a sorted linked list while iterating through its item iterator such that the
sorting is broken, leaving the list in an invalid state.)
Summary: LinkedListItemIterator's mutator methods don't check the
list's comparator (was: LinkedList.LinkedListItemIterator.update(T) does not
check comparator)
> LinkedListItemIterator's mutator methods don't check the list's comparator
> --------------------------------------------------------------------------
>
> Key: PIVOT-282
> URL: https://issues.apache.org/jira/browse/PIVOT-282
> Project: Pivot
> Issue Type: Bug
> Components: core-collections
> Affects Versions: 1.3
> Reporter: Todd Volkert
> Fix For: 1.3.1
>
>
> It is possible to insert or update an item in a sorted linked list while
> iterating through its item iterator such that the sorting is broken, leaving
> the list in an invalid state.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.