Hi When I undo Extract Interface idea is doing following: - deletes file with Interface - removes Interface from implements clause of ConcreteClass. - replaces newly introduced Interface usages from every place in file where ConcreteClass is defined.
But it does not replace newly introduced Interface usages in files other then file where ConcreteClass is defined. I must go to every changed file to undo them manually. Undo of Replace in Path command is working as I would expect - undoes all changes in all affected files at once. Should not undo of Extract Interface and all other "global" refactorings act simmilar to undo of Replace in Path? :-) Ada _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
