Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4348908

BitSet.flip(int,int) in jdk1.4 has wrong javadoc comments

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.4.0
    • docs
    • sparc
    • solaris_2.6



      Name: auR10023 Date: 06/28/2000


       
      BitSet.flip(int,int) in jdk1.4 has wrong javadoc comments.
       
      ...
      public void flip(int fromIndex,
                       int toIndex)
       
           Sets each bit from the specified fromIndex(inclusive) to the specified
           toIndex(exclusive) to the complement of its current value.
           Parameters:
                fromIndex - index of the first bit to flip.
                toIndex - index after the last bit to flip.
           Returns:
           ^^^^^^^^
                the index of the next set bit.
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
           Throws:
                IndexOutOfBoundsException - if fromIndex is negative, or toIndex is negative, or
                fromIndex is larger than toIndex.
           Since:
                1.4
      ...

      ======================================================================

            asommere Alan Sommerer (Inactive)
            avusunw Avu Avu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: