Rename action for classes and interfaces broken in #8582
Renaming a class or interface renames the type declaration, the source file, and asks for variable names to be renamed. Unfortunately, the action does not reliably rename type references for non-trivial cases. (I am not yet sure if this is only broken if there was an earlier exception, though.)
Please sign in to leave a comment.
Hello Thomas,
Could you please give an example of such case?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Given
renaming Foo to Baz yielded
This happened with mulitple projects (in multiple frames) open at once and IDEA having thrown an exception earlier.
I had to restart IDEA to make renaming work again, but I have also to admit, that I was not able to reproduce the problem since. Sorry.
Hello Thomas,
Works fine for me. Please, try to clean IDEA caches and restart.
Alexander.
http://www.jetbrains.net/jira/browse/IDEADEV-28578
Only happens when multiple projects are open.