-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
1.4.0
Name: nt126004 Date: 09/10/2002
A DESCRIPTION OF THE PROBLEM :
In the documentation is written:
Note that this class does not override any of the
implementations from the AbstractCollection class. It merely
adds implementations for equals and hashCode.
This is not true for 100%. The implementation for removeAll
is overwritten...
see url :
http://java.sun.com/j2se/1.4/docs/api/java/util/AbstractSet.html#removeAll(java.util.Collection)
REPRODUCIBILITY :
This bug can be reproduced always.
(Review ID: 163536)
======================================================================
- duplicates
-
JDK-8068496 Documentation of java.util.AbstractSet is contradictory
- Closed
- relates to
-
JDK-6394757 (coll) AbstractSet.removeAll semantics are surprisingly dependent on relative sizes
- Open