You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/03/22 08:14:59 UTC

[jira] Created: (HARMONY-224) java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony

java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony
--------------------------------------------------------------------------------------------------------

         Key: HARMONY-224
         URL: http://issues.apache.org/jira/browse/HARMONY-224
     Project: Harmony
        Type: New Feature
  Components: Classlib  
    Reporter: Richard Liang


One new J2SE 5 method "createUnresolved"  is added  in java.net.InetSocketAddress class. It creates a socket  without trying to resolve the hostname.

I'll upload a patch 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-224) java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-224?page=comments#action_12372623 ] 

Richard Liang commented on HARMONY-224:
---------------------------------------

Thanks Tim,

The fix looks good.

Please close this issue.

> java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-224
>          URL: http://issues.apache.org/jira/browse/HARMONY-224
>      Project: Harmony
>         Type: New Feature
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: JIRA224_patch.zip
>
> One new J2SE 5 method "createUnresolved"  is added  in java.net.InetSocketAddress class. It creates a socket  without trying to resolve the hostname.
> I'll upload a patch 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-224) java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony

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


Verified by Richard


> java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-224
>          URL: http://issues.apache.org/jira/browse/HARMONY-224
>      Project: Harmony
>         Type: New Feature
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: JIRA224_patch.zip
>
> One new J2SE 5 method "createUnresolved"  is added  in java.net.InetSocketAddress class. It creates a socket  without trying to resolve the hostname.
> I'll upload a patch 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-224) java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony

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

Tim Ellison reassigned HARMONY-224:
-----------------------------------

    Assign To: Tim Ellison

> java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-224
>          URL: http://issues.apache.org/jira/browse/HARMONY-224
>      Project: Harmony
>         Type: New Feature
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: JIRA224_patch.zip
>
> One new J2SE 5 method "createUnresolved"  is added  in java.net.InetSocketAddress class. It creates a socket  without trying to resolve the hostname.
> I'll upload a patch 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-224) java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony

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

    Resolution: Fixed

Thanks Richard,

Patch applied to LUNI module java.net.InetSocketAddress at repo revision 390043.

Please check that the patch was applied as you expected.


> java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-224
>          URL: http://issues.apache.org/jira/browse/HARMONY-224
>      Project: Harmony
>         Type: New Feature
>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: Tim Ellison
>  Attachments: JIRA224_patch.zip
>
> One new J2SE 5 method "createUnresolved"  is added  in java.net.InetSocketAddress class. It creates a socket  without trying to resolve the hostname.
> I'll upload a patch 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-224) java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony

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

Richard Liang updated HARMONY-224:
----------------------------------

    Attachment: JIRA224_patch.zip

Hi,
This patch includes both implementation & test for "createUnresolved" method.
To apply the patch, please follow instructions below:
1. Click "Team"->"Apply patches...", select "JIRA224_InetSocketAddress_patch.txt".
2. Copy test file "InetSocketAddressTest.java" into luni/src/test/java/tests.api.java.net package.
Would you please have a try? Thanks a lot!

> java.net.InetSocketAddress: one new J2SE 5 method "createUnresolved" has not been implemented in Harmony
> --------------------------------------------------------------------------------------------------------
>
>          Key: HARMONY-224
>          URL: http://issues.apache.org/jira/browse/HARMONY-224
>      Project: Harmony
>         Type: New Feature
>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: JIRA224_patch.zip
>
> One new J2SE 5 method "createUnresolved"  is added  in java.net.InetSocketAddress class. It creates a socket  without trying to resolve the hostname.
> I'll upload a patch 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