Ok. The nice thing about ToStringBuilder is that it ensures consistency across all your toString methods and provides the ability to adopt a new toString style without changing a lot of code.
-- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED] > -----Original Message----- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 06, 2003 10:26 AM > To: Struts Developers List > Subject: Re: Conversion to ToStringBuilder > > > 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. > > David > > --- Norm Deane <[EMAIL PROTECTED]> wrote: > > I was thinking about adding a toString method to > ModuleConfigImpl that > > used ToStringBuilder but I noticed some of the other config objects > > have toString > > methods that do not use ToStringBuilder. Anyone object to > me writing a > > patch that converts the existing toString methods to use > ToStringBuilder > > and > > adding one to ModuleConfigImpl? > > > > --Norm > > > > -- > > Norm Deane > > MIS Consultant > > Vanderbilt University > > (615) 322-7855 > > [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > __________________________________ > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
