Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-333

AttributedCharacterIterator taken from DecimalFormat failed to retreive attributes.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Classlib
    • None
    • J9 + Harmony classlib

    Description

      See test case below to understand the problem:

      public void testAttributedCharacterIterator() throws Exception

      { AttributedCharacterIterator iterator = new DecimalFormat().formatToCharacterIterator(new Integer(1)); assertFalse("attributes should exist", iterator.getAttributes().isEmpty()); }

      Attachments

        Activity

          People

            nbeyer Nathan Beyer
            aavtamon Anton Avtamonov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: