--- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:
> Quoting David Graham <[EMAIL PROTECTED]>:
> 
> > I think we inherit the dependency on commons lang from some other
> > component.  Our use of lang's features is very limited and my
> preference
> > is to keep it that way.  Regardless, toString() is easy to implement
> > without ToStringBuilder.
> > 
> 
> Last time I looked, ToStringBuilder was the only  dependency we have on
> commons-lang.  I'd much rather do a little more work in our toString()
> methods
> and dump the dependency if that's actually the case, unless there's some
> compelling need for any of the other c-l methods.

> Craig

We're using some of lang's String methods in the test cases because we're
not on Java 1.4.

David


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to