You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Catherine Hope (JIRA)" <ji...@apache.org> on 2010/06/23 16:00:51 UTC

[jira] Created: (HARMONY-6556) [classlib][luni] URL.equals(Object) returns false when host and address are null

[classlib][luni] URL.equals(Object) returns false when host and address are null
--------------------------------------------------------------------------------

                 Key: HARMONY-6556
                 URL: https://issues.apache.org/jira/browse/HARMONY-6556
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: all
            Reporter: Catherine Hope
            Priority: Minor


URL.equals(Object) returns false when the URLs have null hostnames and address, e.g.

u = new URL("file",null,0,"test.txt");
u1 = new URL("file",null,0,"test.txt");
assertEquals(u, u1);

will fail on Harmony, but passes on the RI

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-6556) [classlib][luni] URL.equals(Object) returns false when host and address are null

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

Tim Ellison reassigned HARMONY-6556:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni] URL.equals(Object) returns false when host and address are null
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6556
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6556
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all
>            Reporter: Catherine Hope
>            Assignee: Tim Ellison
>            Priority: Minor
>
> URL.equals(Object) returns false when the URLs have null hostnames and address, e.g.
> u = new URL("file",null,0,"test.txt");
> u1 = new URL("file",null,0,"test.txt");
> assertEquals(u, u1);
> will fail on Harmony, but passes on the RI

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-6556) [classlib][luni] URL.equals(Object) returns false when host and address are null

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

Catherine Hope closed HARMONY-6556.
-----------------------------------


Verified, thanks!

> [classlib][luni] URL.equals(Object) returns false when host and address are null
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6556
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6556
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all
>            Reporter: Catherine Hope
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>
> URL.equals(Object) returns false when the URLs have null hostnames and address, e.g.
> u = new URL("file",null,0,"test.txt");
> u1 = new URL("file",null,0,"test.txt");
> assertEquals(u, u1);
> will fail on Harmony, but passes on the RI

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6556) [classlib][luni] URL.equals(Object) returns false when host and address are null

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885271#action_12885271 ] 

Hudson commented on HARMONY-6556:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #881 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/881/])
    Fix for HARMONY-6556 ([classlib][luni] URL.equals(Object) returns false when host and address are null)


> [classlib][luni] URL.equals(Object) returns false when host and address are null
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6556
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6556
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all
>            Reporter: Catherine Hope
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>
> URL.equals(Object) returns false when the URLs have null hostnames and address, e.g.
> u = new URL("file",null,0,"test.txt");
> u1 = new URL("file",null,0,"test.txt");
> assertEquals(u, u1);
> will fail on Harmony, but passes on the RI

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-6556) [classlib][luni] URL.equals(Object) returns false when host and address are null

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

Tim Ellison resolved HARMONY-6556.
----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Catherine,

The fix is in the LUNI module at repo revision r960591.

Please verify this fixes the problem for you.


> [classlib][luni] URL.equals(Object) returns false when host and address are null
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6556
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6556
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all
>            Reporter: Catherine Hope
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>
> URL.equals(Object) returns false when the URLs have null hostnames and address, e.g.
> u = new URL("file",null,0,"test.txt");
> u1 = new URL("file",null,0,"test.txt");
> assertEquals(u, u1);
> will fail on Harmony, but passes on the RI

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6556) [classlib][luni] URL.equals(Object) returns false when host and address are null

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885322#action_12885322 ] 

Hudson commented on HARMONY-6556:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #55 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/55/])
    Fix for HARMONY-6556 ([classlib][luni] URL.equals(Object) returns false when host and address are null)


> [classlib][luni] URL.equals(Object) returns false when host and address are null
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-6556
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6556
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: all
>            Reporter: Catherine Hope
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>
> URL.equals(Object) returns false when the URLs have null hostnames and address, e.g.
> u = new URL("file",null,0,"test.txt");
> u1 = new URL("file",null,0,"test.txt");
> assertEquals(u, u1);
> will fail on Harmony, but passes on the RI

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.