You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Henri Yandell <ba...@generationjava.com> on 2003/07/15 02:15:24 UTC

[lang] commons-lang-2.0-rc1 ready for complaints

If people could take a look at
http://www.apache.org/~bayard/commons-lang-2.0-rc1/

and complain about whatever is not right.

Also, let me know if people want me to sign them etc. I was planning on
only doing that for the 2.0 release.

I'll also aim to push up the javadiff a little bit after the real release
as an enhancement.

Hen


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [lang] commons-lang-2.0-rc1 ready for complaints

Posted by Stephen Colebourne <sc...@btopenworld.com>.
Applied, thanks
Stephen
----- Original Message -----
From: "Phil Steitz" <ph...@steitz.com>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Tuesday, July 15, 2003 3:57 AM
Subject: Re: [lang] commons-lang-2.0-rc1 ready for complaints


> Henri Yandell wrote:
> > If people could take a look at
> > http://www.apache.org/~bayard/commons-lang-2.0-rc1/
> >
> > and complain about whatever is not right.
>
> The attached patch (against current HEAD) fixes some trivial typos in
> STATUS.html.
>
> Phil
>


----------------------------------------------------------------------------
----


> Index: STATUS.html
> ===================================================================
> RCS file: /home/cvspublic/jakarta-commons/lang/STATUS.html,v
> retrieving revision 1.42
> diff -u -r1.42 STATUS.html
> --- STATUS.html 14 Jul 2003 23:02:53 -0000 1.42
> +++ STATUS.html 15 Jul 2003 02:48:15 -0000
> @@ -68,7 +68,7 @@
>   <li><strong>Fraction</strong> - A fraction.</li>
>   <li><strong>JVMRandom</strong> - An implementation of Random that does
its best to appear to sit on top of java.lang.Math's private Random
class.</li>
>   <li><strong>NumberUtils</strong> - Helper for java.lang.Number and its
subclasses.</li>
> - <li><strong>Range</strong> - A range of numbers<, of which there are
classes representing Numbers, ints, doubles, longs and floats./li>
> + <li><strong>Range</strong> - A range of numbers, of which there are
classes representing Numbers, ints, doubles, longs and floats.</li>
>   <li><strong>RandomUtils</strong> - A utility class for working with
random numbers.</li>
>  </ul></li>
>
> @@ -133,14 +133,14 @@
>  <p>Want to help?  Here's some "to do" items the team has identified as
possibly being in scope for Lang. Note that all are still under discussion,
so please mail the list before actioning.</p>
>  <ul>
>  <li>Reflection utilities - work underway in reflect package.</li>
> -<li>DateRange/Duration class</li>
> -<li>DurationFormatUtils to be completed and made public</li>
> +<li>DateRange/Duration class.</li>
> +<li>DurationFormatUtils to be completed and made public.</li>
>  <li>CloneUtils - utility class to enable cloning via various different
mechanisms. This code exists in [pattern] at present.</li>
> -<li>StringUtils.reverseSplit(String, String delim, int count). Should
basically be a 'reverseArray(reverseDelimitedString(split(txt, delim,
count)))</li>
> -<li>CharUtils - Utilities to work on a char[] in the same way as a String
> -<li>AStringBuffer - A StringBuffer implementation with additional methods
from StringUtils
> +<li>StringUtils.reverseSplit(String, String delim, int count). Should
basically be a 'reverseArray(reverseDelimitedString(split(txt, delim,
count)))'.</li>
> +<li>CharUtils - Utilities to work on a char[] in the same way as a
String.</li>
> +<li>AStringBuffer - A StringBuffer implementation with additional methods
from StringUtils.</li>
>  <li>O(n) - Document all algorithm-implementing methods with the order.
Possibly with an O(n) on the end of each parameterm or with an @order
tag.</li>
> -<li>Money and Currency</li>
> +<li>Money and Currency.</li>
>  <li>Code examples - Document as many static methods as possible with
example usage.</li>
>  <li>Faster StringTokeniser - Is Java's slow?</li>
>  </ul>
>
>


----------------------------------------------------------------------------
----


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [lang] commons-lang-2.0-rc1 ready for complaints

Posted by Phil Steitz <ph...@steitz.com>.
Henri Yandell wrote:
> If people could take a look at
> http://www.apache.org/~bayard/commons-lang-2.0-rc1/
> 
> and complain about whatever is not right.

The attached patch (against current HEAD) fixes some trivial typos in 
STATUS.html.

Phil

Re: [lang] commons-lang-2.0-rc1 ready for complaints

Posted by Henri Yandell <ba...@generationjava.com>.
First thing I notice, commons-lang-2.0-rc1.jar is 172k. Up a lot from 1.0
and 1.0.1's 62k.

I suspect 3.0 will be more about stabilising size and balancing with other
projects [time] [reflect] [math] etc.

Hen

On Mon, 14 Jul 2003, Henri Yandell wrote:

>
> If people could take a look at
> http://www.apache.org/~bayard/commons-lang-2.0-rc1/
>
> and complain about whatever is not right.
>
> Also, let me know if people want me to sign them etc. I was planning on
> only doing that for the 2.0 release.
>
> I'll also aim to push up the javadiff a little bit after the real release
> as an enhancement.
>
> Hen
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org