No problem, I just noticed a few "low hanging fruit" in java.util that I thought I could bang out quickly. I don't always get large amounts of time to focus on larger pieces, so sometimes I just try to knock out little things.
I'm still working on some java.lang stuff, specifically upgrading Character to Unicode 4 support. I'll definitely keep the wiki page more up-to-date with any larger items. As for actual code to contribute to java.util right now, I only have a husk of a UUID class that I started a few weeks ago, but nothing else. I did peek at the java.util.Formatter and quickly filed it under "massive project", so I'm glad to hear someone's interested in it. -Nathan -----Original Message----- From: Paulex Yang [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 5:41 AM To: [email protected] Subject: Re: [jira] Updated: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays Hi, Nathan I noticed you have almost completed to java.lang upgrade and started on java.util, congrats! Recently I'm working on the java.io package upgrade, but my work blocks on java.util.Formatter, so I'm also very interested in util package implementation. Not sure if we can work together (I suppose you have same interest on this package, pls. shout if you don't or you already have codes ready to contribute;-)). And if you have no objection, I think a rough plan will be very helpful. I've updated the component status wiki page and listed the gaps about java.util between harmony and Java 5 spec, so that we can prioritize, estimate the workload for each item, and volunteer. Hopefully I expect we can work together to complete this package before end of next month. (of course, I will be great appreciated if the Java 5 compiler option can be set to build system asap). Your comments are appreciated, and for sure, same welcome to anyone other's comments. Specific to java.util.Formatter(as I mentioned, which is the top priority to me:)), I estimated this class (with some accessories like exceptions, helpers etc) needs a couple of days to fully implement. So I'm just not sure if this is already on your ToDo list and on somewhat high priority. If not, I'm glad to volunteer on it. Nathan Beyer (JIRA) wrote: > [ http://issues.apache.org/jira/browse/HARMONY-294?page=all ] > > Nathan Beyer updated HARMONY-294: > --------------------------------- > > Attachment: Arrays_toString_patch.txt > > >> [classlib][luni] Implement the toString methods in java.util.Arrays >> ------------------------------------------------------------------- >> >> Key: HARMONY-294 >> URL: http://issues.apache.org/jira/browse/HARMONY-294 >> Project: Harmony >> Type: Improvement >> > > >> Components: Classlib >> Reporter: Nathan Beyer >> Attachments: Arrays_toString_patch.txt >> >> Patch that implements the Java 5 'toString' methods in java.util.Arrays. >> > > -- Paulex Yang China Software Development Lab IBM --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
