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/11/11 22:04:38 UTC

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

     [ http://issues.apache.org/jira/browse/HARMONY-333?page=all ]

Nathan Beyer reassigned HARMONY-333:
------------------------------------

    Assignee: Nathan Beyer

> 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
>         Assigned To: Nathan Beyer
>
> 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