You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2009/04/28 09:24:30 UTC

[jira] Created: (HARMONY-6186) [classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c

[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


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.


[jira] Updated: (HARMONY-6186) [classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu updated HARMONY-6186:
------------------------------

    Attachment: HARMONY-6186.diff

The patch removed all unnecessary calls of ioh_convertToPlatform

> [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
>         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.


[jira] Closed: (HARMONY-6186) [classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c

Posted by "Regis Xu (JIRA)" <ji...@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.


[jira] Resolved: (HARMONY-6186) [classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-6186.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M10

Thanks Regis.

Patch applied to LUNI module at repo revision r772163.

Please verify it was applied as you expected.


> [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.


[jira] Assigned: (HARMONY-6186) [classlib][luni] - ioh_convertToPlatform is not necessary to be invoked in hyfile.c

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-6186:
------------------------------------

    Assignee: Tim Ellison

> [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
>         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.