Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 67958 invoked from network); 11 Nov 2006 21:05:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2006 21:05:31 -0000 Received: (qmail 34596 invoked by uid 500); 11 Nov 2006 21:05:42 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 34494 invoked by uid 500); 11 Nov 2006 21:05:41 -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 34483 invoked by uid 99); 11 Nov 2006 21:05:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 13:05:39 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D86237142FA for ; Sat, 11 Nov 2006 13:04:38 -0800 (PST) Message-ID: <19963244.1163279078883.JavaMail.jira@brutus> Date: Sat, 11 Nov 2006 13:04:38 -0800 (PST) From: "Nathan Beyer (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Assigned: (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 [ 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