Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 77946 invoked from network); 7 May 2009 02:25:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 May 2009 02:25:54 -0000 Received: (qmail 83759 invoked by uid 500); 7 May 2009 02:25:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 83696 invoked by uid 500); 7 May 2009 02:25:54 -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 83683 invoked by uid 99); 7 May 2009 02:25:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2009 02:25:53 +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; Thu, 07 May 2009 02:25:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5BE8A29A0011 for ; Wed, 6 May 2009 19:25:30 -0700 (PDT) Message-ID: <275289716.1241663130361.JavaMail.jira@brutus> Date: Wed, 6 May 2009 19:25:30 -0700 (PDT) From: "Regis Xu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-6186) [classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c In-Reply-To: <2095443641.1240903470331.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Regis Xu closed HARMONY-6186. ----------------------------- Verified. Thanks Tim. > [classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c > ----------------------------------------------------------------------------------- > > Key: HARMONY-6186 > URL: https://issues.apache.org/jira/browse/HARMONY-6186 > Project: Harmony > Issue Type: Sub-task > Components: Classlib > Affects Versions: 5.0M9 > Reporter: Regis Xu > Assignee: Tim Ellison > Fix For: 5.0M10 > > Attachments: HARMONY-6186.diff > > > ioh_convertToPlatform convert all separators to the proper platform separator and remove duplicates on non POSIX platforms, but File.fixSlashes already did it in constructor of java.io.File -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.