Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 34929 invoked from network); 2 Nov 2009 08:05:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 08:05:22 -0000 Received: (qmail 88879 invoked by uid 500); 2 Nov 2009 08:05:22 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 88861 invoked by uid 500); 2 Nov 2009 08:05:22 -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 88852 invoked by uid 99); 2 Nov 2009 08:05:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 08:05:21 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Mon, 02 Nov 2009 08:05:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5AC7A234C1F2 for ; Mon, 2 Nov 2009 00:04:59 -0800 (PST) Message-ID: <216188136.1257149099359.JavaMail.jira@brutus> Date: Mon, 2 Nov 2009 08:04:59 +0000 (UTC) From: "Ray Chen (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6368) [java6][classlib][luni]PropertiesTest of java6 branch failed In-Reply-To: <1931087313.1257143579409.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772451#action_12772451 ] Ray Chen commented on HARMONY-6368: ----------------------------------- Hi Regis, First, the java doc removed is because the load(InputStream in) invoke load(Reader reader) now, so the logic is moved to the load(Reader reader). Maybe we should add the doc before the load(Reader reader)? Second, the isAscill() method used "newline" to distinguish between ascii and ebcdic, so I think the method name is OK. However I do agree with you we should add some comments to describe it. Any other comments? -- Regards, Ray Chen > [java6][classlib][luni]PropertiesTest of java6 branch failed > ------------------------------------------------------------ > > Key: HARMONY-6368 > URL: https://issues.apache.org/jira/browse/HARMONY-6368 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: All platform > Reporter: Ray Chen > Attachments: 6368.diff > > Original Estimate: 1h > Remaining Estimate: 1h > > PropertiesTest failed -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.