You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/03/20 09:37:15 UTC

[jira] Updated: (HARMONY-216) Refactor java.net to base on o.a.h.luni.platform

     [ http://issues.apache.org/jira/browse/HARMONY-216?page=all ]

Paulex Yang updated HARMONY-216:
--------------------------------

    Attachment: net refactor.zip

Execuse me but the patch is a little complex, so pls. follow the steps below to make it work well:

1.apply patch java.net.patch to luni(java.net) in eclipse 
2.copy files in fileAddedToJava.net/* to java.net
3.create package org.apache.harmony.luni.net in luni
4.use eclipse to refactor->Move files from java.net to org.apache.harmony.luni.net:
	GenericIPMreq.java
	NetUtil.java
	PlainDatagramSocketImpl.java
	PlainMulticastSocketImpl.java
	PlainServerSocketImpl.java
	PlainSocketImpl.java
	PlainSocketImpl2.java
	SocketImplProvider.java
	SocketInputStream.java
	SocketOutputStream.java
	Socks4Message.java

> Refactor java.net to base on o.a.h.luni.platform
> ------------------------------------------------
>
>          Key: HARMONY-216
>          URL: http://issues.apache.org/jira/browse/HARMONY-216
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Paulex Yang
>  Attachments: net refactor.zip
>
> As we have encapsulate all network related native codes to platform package, I suggest to refactor the java.net to based on it, then we can make net and nio channels share the native codes and remove the duplicate ones. I'll attach the patches 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