Name: rmT116609 Date: 12/04/2003
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
The javadoc description of java.util.BitSet contains the following glitches:
* In the description of the flip(int) method, one word "to" should be deleted
("Sets the bit at the specified index to to the complement ...").
* The terms "fromIndex(inclusive)" and "toIndex(exclusive)" are used in some
places. One could mistake them for method calls. Therefore, a space should
be inserted before the opening bracket.
* In front of the last sentence of the javadoc description of the whole class
("A BitSet is not safe ..."), a "<P>" should be included.
REPRODUCIBILITY :
This bug can be reproduced always.
(Incident Review ID: 229201)
======================================================================