-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206816 | 12 | Stuart Marks | P3 | Resolved | Fixed | team |
JDK-8206593 | 11.0.1 | Stuart Marks | P3 | Resolved | Fixed | b01 |
The unmodifiable List implementations (in ImmutableCollections.java) have a ListItr implementation, instances of which are returned by both the iterator() and listIterator() methods. If created by the iterator() call, the implementation should defend against it being used as a ListIterator. See Hashtable.Enumerator for an example of a single class that implements multiple roles.
- backported by
-
JDK-8206593 unmodifiable List iterator() implementations should not be ListIterators
-
- Resolved
-
-
JDK-8206816 unmodifiable List iterator() implementations should not be ListIterators
-
- Resolved
-