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/14 10:20:26 UTC

[jira] Created: (HARMONY-4155) [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface

[classlib][luni][java6] Modify Net native code for java.net.NetworkInterface
----------------------------------------------------------------------------

                 Key: HARMONY-4155
                 URL: https://issues.apache.org/jira/browse/HARMONY-4155
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
         Environment: Linux and Windows
            Reporter: Kelvin Ye


The method of java.net.NetworkInterface in Java6 needs to modify Net native code.

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


[jira] Updated: (HARMONY-4155) [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface

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

Kelvin Ye updated HARMONY-4155:
-------------------------------

    Attachment: harmony-4155.diff

> [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4155
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4155
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>         Attachments: harmony-4155.diff
>
>
> The method of java.net.NetworkInterface in Java6 needs to modify Net native code.

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


[jira] Assigned: (HARMONY-4155) [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface

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

Tim Ellison reassigned HARMONY-4155:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4155
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4155
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4155.diff
>
>
> The method of java.net.NetworkInterface in Java6 needs to modify Net native code.

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


[jira] Closed: (HARMONY-4155) [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface

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

Kelvin Ye closed HARMONY-4155.
------------------------------


Verified. It's OK. Thanks very much!

> [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4155
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4155
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4155.diff
>
>
> The method of java.net.NetworkInterface in Java6 needs to modify Net native code.

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


[jira] Updated: (HARMONY-4155) [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface

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

Kelvin Ye updated HARMONY-4155:
-------------------------------

    Attachment:     (was: harmony-4155.diff)

> [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4155
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4155
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>         Attachments: harmony-4155.diff
>
>
> The method of java.net.NetworkInterface in Java6 needs to modify Net native code.

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


[jira] Updated: (HARMONY-4155) [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface

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

Kelvin Ye updated HARMONY-4155:
-------------------------------

    Attachment: harmony-4155.diff

Would you please try the patch? Thanks very much!

> [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4155
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4155
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>         Attachments: harmony-4155.diff
>
>
> The method of java.net.NetworkInterface in Java6 needs to modify Net native code.

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


[jira] Resolved: (HARMONY-4155) [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface

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

Tim Ellison resolved HARMONY-4155.
----------------------------------

    Resolution: Fixed

Thanks Kelvin.

Patch applied to LUNI module at repo revision r547205.

Please check it was applied as you expected.


> [classlib][luni][java6] Modify Net native code for java.net.NetworkInterface
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4155
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4155
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Linux and Windows
>            Reporter: Kelvin Ye
>            Assignee: Tim Ellison
>         Attachments: harmony-4155.diff
>
>
> The method of java.net.NetworkInterface in Java6 needs to modify Net native code.

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