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/04/11 09:33:20 UTC

[jira] Created: (HARMONY-327) Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress

Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress
------------------------------------------------------------------

         Key: HARMONY-327
         URL: http://issues.apache.org/jira/browse/HARMONY-327
     Project: Harmony
        Type: New Feature

  Components: Classlib  
    Reporter: Richard Liang


Two new methods in java.net.InetAddress need implement in Harmony:
1. isReachable(int)
2. isReachable(NetworkInterface,int,int)

-- 
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-327) Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress

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


Verified by Richard. 

> Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress
> ------------------------------------------------------------------
>
>          Key: HARMONY-327
>          URL: http://issues.apache.org/jira/browse/HARMONY-327
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.native.diff, luni.src.diff
>
> Two new methods in java.net.InetAddress need implement in Harmony:
> 1. isReachable(int)
> 2. isReachable(NetworkInterface,int,int)

-- 
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-327) Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress

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

Richard Liang updated HARMONY-327:
----------------------------------

    Attachment: luni.src.diff
                luni.native.diff

Hello,

Would you please try my patch for this issue? Thanks a lot.

> Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress
> ------------------------------------------------------------------
>
>          Key: HARMONY-327
>          URL: http://issues.apache.org/jira/browse/HARMONY-327
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>  Attachments: luni.native.diff, luni.src.diff
>
> Two new methods in java.net.InetAddress need implement in Harmony:
> 1. isReachable(int)
> 2. isReachable(NetworkInterface,int,int)

-- 
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-327) Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress

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

George Harley reassigned HARMONY-327:
-------------------------------------

    Assign To: George Harley

> Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress
> ------------------------------------------------------------------
>
>          Key: HARMONY-327
>          URL: http://issues.apache.org/jira/browse/HARMONY-327
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.native.diff, luni.src.diff
>
> Two new methods in java.net.InetAddress need implement in Harmony:
> 1. isReachable(int)
> 2. isReachable(NetworkInterface,int,int)

-- 
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-327) Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress

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

Richard Liang commented on HARMONY-327:
---------------------------------------

Hello George,

It's fault. MockSecurityManager IS not intended for this issue. Now the fix works fine. Thanks a lot.

Best regards,
Richard.

> Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress
> ------------------------------------------------------------------
>
>          Key: HARMONY-327
>          URL: http://issues.apache.org/jira/browse/HARMONY-327
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.native.diff, luni.src.diff
>
> Two new methods in java.net.InetAddress need implement in Harmony:
> 1. isReachable(int)
> 2. isReachable(NetworkInterface,int,int)

-- 
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-327) Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress

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

    Resolution: Fixed

Hi Richard, 

Changes committed in revision 406644, please could you verify that you are happy with how your patches have been applied. Note that the InetAddressTest.java patch included code for a MockSecurityManager that was not used elsewhere in the patch - perhaps this was inadvertantly included in your changes ? For the time being I have not committed the MockSecurityManager code. 

Many thanks for this enhancement. 

Best regards, 
George

> Java 5 Enhancement: 2 new methods in java.net.java.net.InetAddress
> ------------------------------------------------------------------
>
>          Key: HARMONY-327
>          URL: http://issues.apache.org/jira/browse/HARMONY-327
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>  Attachments: luni.native.diff, luni.src.diff
>
> Two new methods in java.net.InetAddress need implement in Harmony:
> 1. isReachable(int)
> 2. isReachable(NetworkInterface,int,int)

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