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

Attempt to rotate a zero-length list fails with ArithmeticException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • core-libs
    • None
    • beta
    • generic, sparc
    • generic, solaris_2.6
    • Verified

      import java.util.*;

      public class Junk {
          public static void main(String args[]) {
              Collections.rotate(new ArrayList(), 42);
              Collections.rotate(new LinkedList(), 666);
          }
      }

            jjb Josh Bloch
            jjb Josh Bloch
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: