Rename refactor broken in nightly
Performing a rename refactor has been broken.
If I chose refactor->rename or a single shift F6 it does not refactor the code upon the name change.
If I perform the shortcut shift F6 twice to bring up rename dialog it works as expected.
Thanks
Graham
Please sign in to leave a comment.
Hello, Graham!
Can you give more details about this problem? Can it be reproduced in some simple case? All works just fine for me.
Nikolay
This is under win7 & mac using nightly 0.17.182 with of Leda 129.961. Always happens for me.
Created one file with
class Test {
def something = 1
}
another file have
def use = {
val t = new Test
t.something
}
}
Go into file Test and rename function 'something' - fails to refactor the code in class UseOfTest for me. Shift F6 twice is fine.
Thanks
I created the issue:
http://youtrack.jetbrains.com/issue/SCL-6018
Feel free to add more info there if necessary.