FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
The documentation of AbstractSet says "Note that this class does not override any of the implementations from the AbstractCollection class."
The method removeAll, however, is overriden. The generated javadoc even has
Overrides:
removeAll in class AbstractCollection<E>
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
The documentation of AbstractSet says "Note that this class does not override any of the implementations from the AbstractCollection class."
The method removeAll, however, is overriden. The generated javadoc even has
Overrides:
removeAll in class AbstractCollection<E>
REPRODUCIBILITY :
This bug can be reproduced always.
- duplicates
-
JDK-4744966 (coll spec) Small AbstractSet documentation error
-
- Open
-