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:11:26 UTC

[jira] Created: (HARMONY-4142) [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec

[classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec
--------------------------------------------------------------------------------------------------

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

The method getAddress() is in the list of "Method Summary", so I add this method to Inet4Address and Inet6Address.

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


[jira] Closed: (HARMONY-4142) [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec

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

Kelvin Ye closed HARMONY-4142.
------------------------------

    Resolution: Invalid

OK. I see. Then I will close this jira. Thanks!

> [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec
> --------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4142
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4142.diff
>
>
> The method getAddress() is in the list of "Method Summary", so I add this method to Inet4Address and Inet6Address.

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


[jira] Assigned: (HARMONY-4142) [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec

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

Tim Ellison reassigned HARMONY-4142:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec
> --------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4142
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4142.diff
>
>
> The method getAddress() is in the list of "Method Summary", so I add this method to Inet4Address and Inet6Address.

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


[jira] Updated: (HARMONY-4142) [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec

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

Kelvin Ye updated HARMONY-4142:
-------------------------------

    Attachment: harmony-4142.diff

Would you please try the patch? Thanks very much!

> [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec
> --------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4142
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>         Attachments: harmony-4142.diff
>
>
> The method getAddress() is in the list of "Method Summary", so I add this method to Inet4Address and Inet6Address.

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


[jira] Commented: (HARMONY-4142) [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec

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

Tim Ellison commented on HARMONY-4142:
--------------------------------------

I don't understand why we need these methods, since they are inherited from InetAddress, so we are compliant with the spec.


> [classlib][luni] Need method getAddress() in Inet4Address and Inet6Address according to Java5 spec
> --------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4142
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4142
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4142.diff
>
>
> The method getAddress() is in the list of "Method Summary", so I add this method to Inet4Address and Inet6Address.

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