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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: 1.4.0
    • Component/s: 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
      ...

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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: