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

Rectangle class does not describe how rectangles out of integer range are handle

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.4.0
    • client-libs
    • None
    • 2d
    • x86
    • linux_redhat_7.2

      The Rectangle class does not state what happens to rectangles etc when they are out of interger bounds. For example it is possible to have a Rectangle with an x coordinate > 0 and a width of Integer.MAX_VALUE. The resulting coordinate of the far right of the rectangle is out of integer bounds. Should these rectangles work with methods such as intersection, union, add etc? The spec does not state that they won't yet many implementations use integer arithmetic to calculate the result and this causes integer overflows.

      One possibility would be to throw IlleagalArgumentException in the constructor of REctangle if these kinds of Rectangles are not to be supported. Another, is to say that they will be handled properly and use longs for the additions and then convert back to integers.

            flar Jim Graham
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: