You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Strigun (JIRA)" <ji...@apache.org> on 2006/04/20 15:32:05 UTC

[jira] Created: (HARMONY-382) File(String, String) and File(File, String) constructors doesn't work properly if first argument is null

File(String, String) and File(File, String) constructors doesn't work properly if first argument is null
--------------------------------------------------------------------------------------------------------

         Key: HARMONY-382
         URL: http://issues.apache.org/jira/browse/HARMONY-382
     Project: Harmony
        Type: Bug

  Components: Classlib  
    Reporter: Vladimir Strigun
    Priority: Minor


According to specification  "If parent is null then the new File instance is created as if by invoking the single-argument File constructor on the given child pathname string." 
I will attach patch and testcases soon. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-382) File(String, String) and File(File, String) constructors doesn't work properly if first argument is null

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-382?page=all ]

Vladimir Strigun updated HARMONY-382:
-------------------------------------

    Attachment: Harmony-382.patch

Please try my patch. 

> File(String, String) and File(File, String) constructors doesn't work properly if first argument is null
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-382
>          URL: http://issues.apache.org/jira/browse/HARMONY-382
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Strigun
>     Priority: Minor
>  Attachments: Harmony-382.patch, Harmony-382Test.patch
>
> According to specification  "If parent is null then the new File instance is created as if by invoking the single-argument File constructor on the given child pathname string." 
> I will attach patch and testcases soon. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-382) File(String, String) and File(File, String) constructors doesn't work properly if first argument is null

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-382?page=all ]
     
Mikhail Loenko resolved HARMONY-382:
------------------------------------

    Resolution: Fixed

Fixed in revision 400027
Vladimir please check that it resolves the issue

> File(String, String) and File(File, String) constructors doesn't work properly if first argument is null
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-382
>          URL: http://issues.apache.org/jira/browse/HARMONY-382
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Strigun
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony-382.patch, Harmony-382Test.patch
>
> According to specification  "If parent is null then the new File instance is created as if by invoking the single-argument File constructor on the given child pathname string." 
> I will attach patch and testcases soon. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-382) File(String, String) and File(File, String) constructors doesn't work properly if first argument is null

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-382?page=all ]
     
Mikhail Loenko closed HARMONY-382:
----------------------------------


verified by Vladimir

> File(String, String) and File(File, String) constructors doesn't work properly if first argument is null
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-382
>          URL: http://issues.apache.org/jira/browse/HARMONY-382
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Strigun
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony-382.patch, Harmony-382Test.patch
>
> According to specification  "If parent is null then the new File instance is created as if by invoking the single-argument File constructor on the given child pathname string." 
> I will attach patch and testcases soon. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-382) File(String, String) and File(File, String) constructors doesn't work properly if first argument is null

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-382?page=comments#action_12378017 ] 

Vladimir Strigun commented on HARMONY-382:
------------------------------------------

Looks good. Thanks Mikhail.

> File(String, String) and File(File, String) constructors doesn't work properly if first argument is null
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-382
>          URL: http://issues.apache.org/jira/browse/HARMONY-382
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Strigun
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony-382.patch, Harmony-382Test.patch
>
> According to specification  "If parent is null then the new File instance is created as if by invoking the single-argument File constructor on the given child pathname string." 
> I will attach patch and testcases soon. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-382) File(String, String) and File(File, String) constructors doesn't work properly if first argument is null

Posted by "Vladimir Strigun (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-382?page=all ]

Vladimir Strigun updated HARMONY-382:
-------------------------------------

    Attachment: Harmony-382Test.patch

Testcase

> File(String, String) and File(File, String) constructors doesn't work properly if first argument is null
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-382
>          URL: http://issues.apache.org/jira/browse/HARMONY-382
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Strigun
>     Priority: Minor
>  Attachments: Harmony-382.patch, Harmony-382Test.patch
>
> According to specification  "If parent is null then the new File instance is created as if by invoking the single-argument File constructor on the given child pathname string." 
> I will attach patch and testcases soon. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-382) File(String, String) and File(File, String) constructors doesn't work properly if first argument is null

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-382?page=all ]

Mikhail Loenko reassigned HARMONY-382:
--------------------------------------

    Assign To: Mikhail Loenko

> File(String, String) and File(File, String) constructors doesn't work properly if first argument is null
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-382
>          URL: http://issues.apache.org/jira/browse/HARMONY-382
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Vladimir Strigun
>     Assignee: Mikhail Loenko
>     Priority: Minor
>  Attachments: Harmony-382.patch, Harmony-382Test.patch
>
> According to specification  "If parent is null then the new File instance is created as if by invoking the single-argument File constructor on the given child pathname string." 
> I will attach patch and testcases soon. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira