Could you please provide more detailed example? Your example does not contain any usages that might be renamed.
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Philip Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 25, 2002 5:46 PM Subject: [Eap-list] bug in refactor rename > I just tried to rename a static inner class named Gui and the rename > refactoring tried to rename references to another package's Gui class. > Here is a sample where renaming a.Foo.Gui resulted with b.Gui also > getting renamed. > > package a; > > class Foo { > public static class Gui { > } > } > > > package b; > public class Gui { > } > > > Thanks for your help. > > Phil > > > _______________________________________________ > 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
