A DESCRIPTION OF THE PROBLEM :
In java.util.nextClearBit
public int nextClearBit(int fromIndex)
Returns: the index of the next clear bit
Should be:
Returns: the index of the next clearbit, or -1 if there is no such bit
In java.util.nextClearBit
public int nextClearBit(int fromIndex)
Returns: the index of the next clear bit
Should be:
Returns: the index of the next clearbit, or -1 if there is no such bit
- duplicates
-
JDK-4816253 (spec) BitSet.nextClearBit missing spec for case when index is outside int range
-
- Open
-
- relates to
-
JDK-4350827 java.util.BitSet.nextClearBit(int) in jdk1.4 has wrong javadoc comments
-
- Resolved
-