Hi Jonas,

We already have a request to implement this. Thanks for noticing the issue.

Best regards,
Eugene Zhuravlev
IntelliJ Software, http://www.intellij.com/
"Develop with pleasure!"

----- Original Message -----
From: "Jonas Kvarnstr�m" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 13:00
Subject: [Eap-list] #605: Renaming getter does not refactor from interface


> 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


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to