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

[TEST_BUG] Testcase for 8004859 has a typo.

    XMLWordPrintable

Details

    • 2d
    • b105

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: