You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2006/04/03 06:21:43 UTC

[jira] Created: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays

[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


Patch that implements the Java 5 'toString' methods in java.util.Arrays.

-- 
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


[jira] Closed: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-294?page=all ]
     
Stepan Mishura closed HARMONY-294:
----------------------------------


Verified by Nathan.

> [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
>     Assignee: Stepan Mishura
>  Attachments: Arrays_toString_patch.txt
>
> Patch that implements the Java 5 'toString' methods in java.util.Arrays.

-- 
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


[jira] Commented: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays

Posted by "Nathan Beyer (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-294?page=comments#action_12378236 ] 

Nathan Beyer commented on HARMONY-294:
--------------------------------------

Looks good. Thanks for the commit.

> [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
>     Assignee: Stepan Mishura
>  Attachments: Arrays_toString_patch.txt
>
> Patch that implements the Java 5 'toString' methods in java.util.Arrays.

-- 
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


[jira] Assigned: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-294?page=all ]

Stepan Mishura reassigned HARMONY-294:
--------------------------------------

    Assign To: Stepan Mishura

> [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
>     Assignee: Stepan Mishura
>  Attachments: Arrays_toString_patch.txt
>
> Patch that implements the Java 5 'toString' methods in java.util.Arrays.

-- 
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


[jira] Resolved: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-294?page=all ]
     
Stepan Mishura resolved HARMONY-294:
------------------------------------

    Resolution: Fixed

Thanks Nathan,

Patch was applied to LUNI module at repo revision 400302.

Please check that the patch was applied as you expected.

> [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
>     Assignee: Stepan Mishura
>  Attachments: Arrays_toString_patch.txt
>
> Patch that implements the Java 5 'toString' methods in java.util.Arrays.

-- 
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


upgrade java.util to Java 5 compatible( was Re: [jira] Updated: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays)

Posted by Paulex Yang <pa...@gmail.com>.
Great. So I just change subject of this thread, to make it easier to be 
noticed,  if anyone interests or objects:).

And welcome anyone else to join us on this package, especially pls. 
shout on Wiki/ mailing list/JIRA if  you have relevant work ready to 
contribute or working on;). It's good idea of Nathan to subscribe the 
wiki page for LUNI[1] and get update.

And of course, I will also try my best to make the relevant component 
page up-to-date about my work.

[1]http://wiki.apache.org/harmony/LUNI

Nathan Beyer wrote:
> 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:paulex.yang@gmail.com] 
> Sent: Monday, April 03, 2006 5:41 AM
> To: harmony-dev@incubator.apache.org
> 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: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


RE: [jira] Updated: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays

Posted by Nathan Beyer <nb...@kc.rr.com>.
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:paulex.yang@gmail.com] 
Sent: Monday, April 03, 2006 5:41 AM
To: harmony-dev@incubator.apache.org
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: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Updated: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays

Posted by Paulex Yang <pa...@gmail.com>.
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: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


[jira] Updated: (HARMONY-294) [classlib][luni] Implement the toString methods in java.util.Arrays

Posted by "Nathan Beyer (JIRA)" <ji...@apache.org>.
     [ 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.

-- 
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