Hi, I have a server product that I need to maintain.
There are 100's of unit test for this product. Every time I add a new parameter to a method in a class, I have to change all of the unit tests and any other classes that somehow directly or inderictly touch that class method to include the new parameter. This is very time consuming as a instance or class method can be used in 20 different unit tests or classes. Can I use XDoclet to automatically update all of the places that the method is used to include the new parameter to get my code to compile ? do I need to add extensions to do this? I don't want the rest of my code to be changed or break in any way. thanks John. __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
