You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2006/10/17 00:19:36 UTC

[jira] Commented: (HARMONY-333) AttributedCharacterIterator taken from DecimalFormat failed to retreive attributes.

    [ http://issues.apache.org/jira/browse/HARMONY-333?page=comments#action_12442729 ] 
            
Nathan Beyer commented on HARMONY-333:
--------------------------------------

According to the ICU bug site, this issue has been fixed. Has it been fixed in ICU 3.4, which is already packaged, or do we need to wait until the latest ICU (3.6?) gets integrated.

> AttributedCharacterIterator taken from DecimalFormat failed to retreive attributes.
> -----------------------------------------------------------------------------------
>
>                 Key: HARMONY-333
>                 URL: http://issues.apache.org/jira/browse/HARMONY-333
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: J9 + Harmony classlib
>            Reporter: Anton Avtamonov
>
> 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()); 
>     } 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira