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
