You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kelvin Ye (JIRA)" <ji...@apache.org> on 2007/06/13 11:24:26 UTC

[jira] Created: (HARMONY-4143) [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination

[classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination
---------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-4143
                 URL: https://issues.apache.org/jira/browse/HARMONY-4143
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: Linux and Windows
            Reporter: Kelvin Ye
         Attachments: harmony-4143.diff

The first parameter of method InetworkSystem.isReachableByICMP(InetAddress dest,InetAddress source,int ttl,int timeout) and InetAddress.isReachableByTCP(InetAddress dest, InetAddress source,
            int timeout) should be destination.

So I modified the incorrect calling of these two method in InetAddress.isReachableByMultiThread().

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


[jira] Assigned: (HARMONY-4143) [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination

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

Tim Ellison reassigned HARMONY-4143:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4143
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4143
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4143.diff
>
>
> The first parameter of method InetworkSystem.isReachableByICMP(InetAddress dest,InetAddress source,int ttl,int timeout) and InetAddress.isReachableByTCP(InetAddress dest, InetAddress source,
>             int timeout) should be destination.
> So I modified the incorrect calling of these two method in InetAddress.isReachableByMultiThread().

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


[jira] Closed: (HARMONY-4143) [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination

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

Kelvin Ye closed HARMONY-4143.
------------------------------


Verified. It's OK. Thanks very much!

> [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4143
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4143
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4143.diff
>
>
> The first parameter of method InetworkSystem.isReachableByICMP(InetAddress dest,InetAddress source,int ttl,int timeout) and InetAddress.isReachableByTCP(InetAddress dest, InetAddress source,
>             int timeout) should be destination.
> So I modified the incorrect calling of these two method in InetAddress.isReachableByMultiThread().

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


[jira] Updated: (HARMONY-4143) [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination

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

Kelvin Ye updated HARMONY-4143:
-------------------------------

    Attachment: harmony-4143.diff

Would you please try the patch? Thanks very much!

> [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4143
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4143
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>         Attachments: harmony-4143.diff
>
>
> The first parameter of method InetworkSystem.isReachableByICMP(InetAddress dest,InetAddress source,int ttl,int timeout) and InetAddress.isReachableByTCP(InetAddress dest, InetAddress source,
>             int timeout) should be destination.
> So I modified the incorrect calling of these two method in InetAddress.isReachableByMultiThread().

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


[jira] Resolved: (HARMONY-4143) [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination

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

Tim Ellison resolved HARMONY-4143.
----------------------------------

    Resolution: Fixed

Thanks Kelvin.

Patch applied to LUNI module at repo revision r546857.

Please check it was applied as you expected.


> [classlib][luni] The first parameter of method isReachableByICMP() and isReachableByTCP() should be destination
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4143
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4143
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4143.diff
>
>
> The first parameter of method InetworkSystem.isReachableByICMP(InetAddress dest,InetAddress source,int ttl,int timeout) and InetAddress.isReachableByTCP(InetAddress dest, InetAddress source,
>             int timeout) should be destination.
> So I modified the incorrect calling of these two method in InetAddress.isReachableByMultiThread().

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