Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 64847 invoked from network); 12 Apr 2006 08:43:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 08:43:03 -0000 Received: (qmail 62741 invoked by uid 500); 12 Apr 2006 08:43:02 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 62699 invoked by uid 500); 12 Apr 2006 08:43:01 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 62678 invoked by uid 99); 12 Apr 2006 08:43:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 01:43:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 01:43:00 -0700 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id B4C12D4A00 for ; Wed, 12 Apr 2006 09:42:39 +0100 (BST) Message-ID: <555182155.1144831359724.JavaMail.jira@ajax> Date: Wed, 12 Apr 2006 09:42:39 +0100 (BST) From: "Paulex Yang (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-333) AttributedCharacterIterator taken from DecimalFormat failed to retreive attributes. In-Reply-To: <1340996914.1144821502926.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-333?page=comments#action_12374149 ] Paulex Yang commented on HARMONY-333: ------------------------------------- After a quick review of codes, I found the cause is ICU4J doesn't define the NumberFormat.Fields like Java spec, so that it probably doesn't support the attributes parsing. I'll invetigate more inside to see if any action we can take to walk around this bug. > AttributedCharacterIterator taken from DecimalFormat failed to retreive attributes. > ----------------------------------------------------------------------------------- > > Key: HARMONY-333 > URL: http://issues.apache.org/jira/browse/HARMONY-333 > Project: Harmony > 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