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 <fl...@gmail.com> on 2005/02/02 05:50:56 UTC

Re: [lang] 2.1...

> On Wed, 26 Jan 2005 00:14:24 -0000, Stephen Colebourne
> <sc...@btopenworld.com> wrote:
> > Checking my mail history
> >
> > > Still TODO:
> > > 5)
> > > - WordUtils
> > > Capitalize with separator methods need to define null handling for
> > > delimiter
> > > list, and better javadoc for two of the three methods

Unsure exactly what was wanted with this.

The null handling seems to be there. I modified the javadoc a bit to
hopefully make understanding it easier. Although it's technically
correct to say that in the capitalzed word 'Home', the 'o' is in the
capitalized form, I suspect that most users will get confused thinking
that capitalization means titlecase.

Apart from the method I added to ClassUtils that'll need removing if I
can't justify it, and whatever needs to happen to the javadoc above,
we seem to be ready for 2.1.

I'll wait to hear Stephen's reply to my latest ClassUtils.forName
comment as I think it's a worthwhile method and it's very easy to test
it completely so risk should be low. Once we get that squared away
I'll go ahead and create an informal 2.1-rc1 for us to look at and
vote over, with clover/jdiff/javadoc etc.

Hen

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


Re: [lang] 2.1...

Posted by Stephen Colebourne <sc...@btopenworld.com>.
From: "Henri Yandell" <fl...@gmail.com>
>> > > > Still TODO:
>> > > > - WordUtils
>> Unsure exactly what was wanted with this.
>> 
>> The null handling seems to be there. I modified the javadoc a bit to
>> hopefully make understanding it easier. Although it's technically
>> correct to say that in the capitalzed word 'Home', the 'o' is in the
>> capitalized form, I suspect that most users will get confused thinking
>> that capitalization means titlecase.
> 
> Assuming this is good.

Seems OK now

Stephen


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


Re: [lang] 2.1...

Posted by Henri Yandell <fl...@gmail.com>.
On Tue, 1 Feb 2005 23:50:56 -0500, Henri Yandell <fl...@gmail.com> wrote:
> > On Wed, 26 Jan 2005 00:14:24 -0000, Stephen Colebourne
> > <sc...@btopenworld.com> wrote:
> > > Checking my mail history
> > >
> > > > Still TODO:
> > > > 5)
> > > > - WordUtils
> > > > Capitalize with separator methods need to define null handling for
> > > > delimiter
> > > > list, and better javadoc for two of the three methods
> 
> Unsure exactly what was wanted with this.
> 
> The null handling seems to be there. I modified the javadoc a bit to
> hopefully make understanding it easier. Although it's technically
> correct to say that in the capitalzed word 'Home', the 'o' is in the
> capitalized form, I suspect that most users will get confused thinking
> that capitalization means titlecase.

Assuming this is good.

> I'll wait to hear Stephen's reply to my latest ClassUtils.forName
> comment as I think it's a worthwhile method and it's very easy to test
> it completely so risk should be low. 

Code pulled back out. Wouldn't be a release without me trying to add a
new thing at the last minute I suspect :) I have deja vu to the last
couple of releases.

> Once we get that squared away
> I'll go ahead and create an informal 2.1-rc1 for us to look at and
> vote over, with clover/jdiff/javadoc etc.

I'll do this over the next few days. It's neck and neck with more work
on the Jakarta download pages for my attention at the moment.

Hen

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