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

[TEST_BUG] Testcase for 8004859 has a typo.

XMLWordPrintable

    • 2d
    • b105

      New added testcase for 8004859 has a typo.
      - private static Shape[] clips = {new Rectangle(0, 0, 1, 1), new Rectangle(
      should be replaced to
      + private static Shape[] clips = {new Rectangle(0, 0, -1, -1), new Rectangle(
      otherwise validation is too strict.

            serb Sergey Bylokhov
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: