intelliJ 9 Ult- Find Usages / Implementations of method no longer working.
Before upgrading I used to have the ability to search for implementations of my protected abstract methods.
In the Find Usages popup, I do have the "Implementing methods" checkbox checked. I choose "Project Files" for the Scope. No usages are found.
If I do a text search "ctrl-shift-f", I find the calls just fine.
I used to have a small icon near the line numers that when clicked showed a list of the implementing objects. That icon is no longer there.
Is there a way to refresh the search indecies? Or some setting that I need to check to get that icon back and feature back?
When I upgraded, I purposefully choose not to copy over intelli-j 8 settings.
Jason
Please sign in to leave a comment.
I'm experiencing the same problem, with all Find Usages variants, not just implementing classes. It's very frustrating; I've invalidated caches and rebuilt repeatedly. Seeing this on both Linux and Windows versions.
Blowing away the version 8-generated project files and starting fresh with version 9 seems to have fixed the problem.
Recreating the project seemed to work for me too - initially.. but later I came across this post which pin points the real issue [http://www.jetbrains.net/devnet/message/5253595]
Hello Jason,
Please make sure that the content root of a module in which you're seeing
this problem is not attached as a library to another module.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hello Jonathan,
Please make sure that the content root of a module in which you're seeing
this problem is not attached as a library to another module.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
EAP version IU-93.32 fixed a similar problem for me.