Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26437 invoked from network); 11 Jun 2007 08:27:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2007 08:27:50 -0000 Received: (qmail 52761 invoked by uid 500); 11 Jun 2007 08:27:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 52730 invoked by uid 500); 11 Jun 2007 08:27:51 -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 52709 invoked by uid 99); 11 Jun 2007 08:27:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jun 2007 01:27:51 -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; Mon, 11 Jun 2007 01:27:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 506987141FB for ; Mon, 11 Jun 2007 01:27:26 -0700 (PDT) Message-ID: <130201.1181550446323.JavaMail.jira@brutus> Date: Mon, 11 Jun 2007 01:27:26 -0700 (PDT) From: "Robert Hu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4125) [classlib][luni][java6] 2 new internal classes in java.util.AbstractMap for java6 In-Reply-To: <12083026.1181549786047.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-4125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Hu updated HARMONY-4125: ------------------------------- Attachment: HARMONY-4125.diff The patch for this JIRA includes: 1. HARMONY-4125.diff: the patch for code change/add of java.util.AbstractMap and its test cases 2. AbstractMapTest_SimpleEntry.golden.ser & AbstractMapTest_SimpleImmutableEntry.golden.ser: two golden files for serialization test 3. HARMONY-4125.sh: shell file to copy and "svn add" the four new files(2 new test cases and 2 new golden files) Please try this patch. Thanks a lot! > [classlib][luni][java6] 2 new internal classes in java.util.AbstractMap for java6 > --------------------------------------------------------------------------------- > > Key: HARMONY-4125 > URL: https://issues.apache.org/jira/browse/HARMONY-4125 > Project: Harmony > Issue Type: New Feature > Components: Classlib > Reporter: Robert Hu > Attachments: AbstractMapTest_SimpleEntry.golden.ser, AbstractMapTest_SimpleImmutableEntry.golden.ser, HARMONY-4125.diff, HARMONY-4125.sh > > > I've added two new internal classes in java.util.AbstractMap and their test cases for java6: > java.util.AbstractMap.SimpleEntry > java.util.AbstractMap.SimpleImmutableEntry -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.