You can try to do this via "Inline Method". That is, temporarily implement these methods in JUnit (you may temporarily create copy of JUnit classes in your project) to delegate to new ones and then inline them.
Valentin Kipiatkov JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" ----- Original Message ----- From: "Gordon Tyler" <[EMAIL PROTECTED]> To: "IntelliJ EAP" <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 10:27 PM Subject: [Eap-list] Refactor: Migrate usage of deprecated method/etc. to new one > We've got a situation in our codebase where we have approximately 1500 uses > of JUnit's assert(boolean) and assert(boolean, String) methods which have > since been deprecated in JUnit to avoid clashing with JDK1.4's new assert > keyword. > > Now that's a lot of work to change manually and it occurred to me that it > would be a great to have refactor command that would do this for us -- > migrate usages of a deprecated method/field/class to the new one. > > Any thoughts? > > Ciao, > Gordon > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
