That would be a really cool refactoring feature: redirect to another method.
Currently I help myself with Search'n'Replace and rename and move static method. The latter two only work, if you have the source-code. With the assert-stuff, we used in our program independently of JUnit, we used simple rename method. Best regards Thomas Singer At 11:17 22.10.01, you wrote: >i came across this because of the new junit-version, >in which the method assert is deprecated, and you should use >assertTrue > >it would be very useful to be able to replace all calls to >a certain method to calls to another method, >so I could easily replace all calls to assert by calls >to assertTrue. > >Ok, in this case you could also do it by a simple string replace ... > > >best regards, >Michael Damberger >_______________________________________________________________________ >1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de >[EMAIL PROTECTED], 8MB Speicher, Verschluesselung - http://freemail.web.de > > > >_______________________________________________ >Eap-features mailing list >[EMAIL PROTECTED] >http://www.intellij.com/mailman/listinfo/eap-features _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
