Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 8345 invoked from network); 20 Jun 2007 11:36:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2007 11:36:47 -0000 Received: (qmail 78418 invoked by uid 500); 20 Jun 2007 11:36:50 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 78396 invoked by uid 500); 20 Jun 2007 11:36:50 -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 78387 invoked by uid 99); 20 Jun 2007 11:36:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 04:36:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 20 Jun 2007 04:36:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7070A71404B for ; Wed, 20 Jun 2007 04:36:26 -0700 (PDT) Message-ID: <25731235.1182339386457.JavaMail.jira@brutus> Date: Wed, 20 Jun 2007 04:36:26 -0700 (PDT) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-4203) [classlib][luni][java6] New feature of java.util.PriorityQueue for java6 In-Reply-To: <24133977.1182149186289.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-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison resolved HARMONY-4203. ---------------------------------- Resolution: Fixed Thanks Robert. Patch applied to LUNI module at repo revision r549073. Please check it was applied as you expected. > [classlib][luni][java6] New feature of java.util.PriorityQueue for java6 > ------------------------------------------------------------------------ > > Key: HARMONY-4203 > URL: https://issues.apache.org/jira/browse/HARMONY-4203 > Project: Harmony > Issue Type: New Feature > Components: Classlib > Reporter: Robert Hu > Assignee: Tim Ellison > Attachments: HARMONY-4203.diff > > > I've added the new feature of java.util.PriorityQueue for java6: > 1. the behavior of remove method is changed, and some relative test cases is added > 2. some methods in "java.util.AbstractCollection" of java5 are moved into java.util.PriorityQueue (push down) of java6, also with some relative test cases: > public boolean contains(Object object) > public Object[] toArray() > public T[] toArray(T[] array) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.