Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 90458 invoked from network); 20 Dec 2008 16:32:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2008 16:32:06 -0000 Received: (qmail 69053 invoked by uid 500); 20 Dec 2008 16:32:06 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 69031 invoked by uid 500); 20 Dec 2008 16:32:06 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 69022 invoked by uid 99); 20 Dec 2008 16:32:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Dec 2008 08:32:06 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Dec 2008 16:32:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3831F234C462 for ; Sat, 20 Dec 2008 08:31:44 -0800 (PST) Message-ID: <1593341857.1229790704229.JavaMail.jira@brutus> Date: Sat, 20 Dec 2008 08:31:44 -0800 (PST) From: "Nathan Beyer (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6054) Harmony javax.swing.text.SimpleAttributeSet has a wrong impl vs Sun JDK In-Reply-To: <1706711569.1229785544327.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658297#action_12658297 ] Nathan Beyer commented on HARMONY-6054: --------------------------------------- A set has no ordering. The javadoc doesn't seem to indicate that their is any ordering that's guaranteed. You can't rely on the ordering of the value.s > Harmony javax.swing.text.SimpleAttributeSet has a wrong impl vs Sun JDK > ----------------------------------------------------------------------- > > Key: HARMONY-6054 > URL: https://issues.apache.org/jira/browse/HARMONY-6054 > Project: Harmony > Issue Type: Bug > Components: JDK > Affects Versions: 5.0M8 > Reporter: Vincent Siveton > Assignee: Nathan Beyer > Attachments: Test.java > > > Using latest Harmony(r713673), I notified that the elements of SimpleAttributeSet has a different order than Sun JDK (and other JDK like BEA or IBM) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.