I had the following situation (approximately):
interface Foo {
int getFoo();
}
class Bar {
int foo;
int getFoo() { return foo; }
}
I renamed the field foo and correctly got a question whether I also
wanted to rename the getter getFoo(). However, I did not get the
question whether I wanted to refactor from the interface, which I do get
if I rename the getter with shift-F6.
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list