Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 47032 invoked from network); 28 Feb 2006 04:18:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 04:18:51 -0000 Received: (qmail 53311 invoked by uid 500); 28 Feb 2006 04:18:43 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 53252 invoked by uid 500); 28 Feb 2006 04:18:43 -0000 Mailing-List: contact harmony-dev-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-dev@incubator.apache.org Received: (qmail 53236 invoked by uid 99); 28 Feb 2006 04:18:42 -0000 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; Mon, 27 Feb 2006 20:18:24 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 2E509DD for ; Tue, 28 Feb 2006 05:17:57 +0100 (CET) Message-ID: <1809532377.1141100277187.JavaMail.jira@ajax.apache.org> Date: Tue, 28 Feb 2006 05:17:57 +0100 (CET) From: "Nathan Beyer (JIRA)" To: harmony-dev@incubator.apache.org Subject: [jira] Commented: (HARMONY-140) [classlib][luni] java.util.Collections.frequency(Collection,Object) implementation In-Reply-To: <1851745926.1141096670579.JavaMail.jira@ajax.apache.org> 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-140?page=comments#action_12368071 ] Nathan Beyer commented on HARMONY-140: -------------------------------------- Ignore the "Collection_frequency_patch.txt". "Collections_new_methods_patch.txt" contains the 'frequency' method as well as the 'reverseOrder(Comparator)' method and the matching test cases. I'd change the issue title, but I don't know how or don't have access to do that. Spec references: http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collections.html#frequency(java.util.Collection,%20java.lang.Object) http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collections.html#reverseOrder(java.util.Comparator) > [classlib][luni] java.util.Collections.frequency(Collection,Object) implementation > ---------------------------------------------------------------------------------- > > Key: HARMONY-140 > URL: http://issues.apache.org/jira/browse/HARMONY-140 > Project: Harmony > Type: Improvement > Components: Classlib > Reporter: Nathan Beyer > Priority: Minor > Attachments: Collections_frequency_patch.txt, Collections_new_methods_patch.txt > > A patch for the java.util.Collection.frequency(Collection,Object) method. This patch also includes test case updates. > http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collections.html#frequency(java.util.Collection,%20java.lang.Object) -- 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