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

TextMeasurer/deleteChar function fails when deleting more than one characters.

XMLWordPrintable

    • 2d
    • generic, x86, sparc
    • generic, solaris_9, solaris_10

      tested java version:
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b56)

      TextMeasurer deleteChar function will get exception if you try to delete more than one characters.

      Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException
              at java.lang.System.arraycopy(Native Method)
              at java.awt.font.TextMeasurer.deleteChar(TextMeasurer.java:721)
              at TextMeasureDeleteTest.main(TextMeasureDeleteTest.java:31)

      It seems that source array index was set wrong if the deleted characters > 1.

      See attached test case.

            Unassigned Unassigned
            jwangsunw Jane Wang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: