Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 18835 invoked from network); 19 Jan 2010 08:19:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jan 2010 08:19:15 -0000 Received: (qmail 30552 invoked by uid 500); 19 Jan 2010 08:19:15 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 30509 invoked by uid 500); 19 Jan 2010 08:19:15 -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 30499 invoked by uid 99); 19 Jan 2010 08:19:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2010 08:19:15 +0000 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; Tue, 19 Jan 2010 08:19:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63539234C04C for ; Tue, 19 Jan 2010 00:18:54 -0800 (PST) Message-ID: <1620194745.330671263889134405.JavaMail.jira@brutus.apache.org> Date: Tue, 19 Jan 2010 08:18:54 +0000 (UTC) From: "Jim Yu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-6424) [test] Improve the method coverage rate of unit test for java.lang MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [test] Improve the method coverage rate of unit test for java.lang ------------------------------------------------------------------ Key: HARMONY-6424 URL: https://issues.apache.org/jira/browse/HARMONY-6424 Project: Harmony Issue Type: Sub-task Components: Classlib Reporter: Jim Yu Attachments: HARMONY-6424.diff The baseline of the method coverage rate for java.lang is 85%=C2=A0=C2=A0(5= 94/700) . This patch will add some testcases to improve the method coverage= rate to 86%=C2=A0=C2=A0(603/700). --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.