LOL, if THESE changes break things, I'll... tell you I ate my hat. Unit tests would be good, yes. :) I could have changed method signatures to accomplish the same thing. (StringBuffers are being returned, where they should be Strings. Instead of changing the method signatures, I opted to leave that alone and simply force conversion at use-time.)
On Sat, 29 Mar 2003, Matt Raible wrote: > Sure. > > I'll complain if it breaks my apps when I try to integrate next ;-) > > (Curses and wishes we had some fricken unit tests). > > Matt > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Joseph Ottinger > > Sent: Saturday, March 29, 2003 6:06 AM > > To: [EMAIL PROTECTED] > > Subject: [displaytag-devel] More notes from the current codebase > > > > > > TableTag.java, lines 736-738: shouldn't we be just throwing > > the error instead of writing to a stream in which we just had > > an EXCEPTION? > > > > --------------------------------------------------------- > > Joseph B. Ottinger [EMAIL PROTECTED] > > http://enigmastation.com IT Consultant > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: > > The Definitive IT and Networking Event. Be There! > > NetWorld+Interop Las Vegas 2003 -- Register today! > > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > > _______________________________________________ > > displaytag-devel mailing list [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/displaytag-devel > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > displaytag-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/displaytag-devel > --------------------------------------------------------- Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.com IT Consultant ------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
