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

Reply via email to