Ctrl-Shift-G when you have selected a method searches for all references to that method. It appears to be smart enough that it isn't just doing a string search through the Java source; it only references references to that method associated with that class. This is a very valuable tool.
Unfortunately, it has suddenly stopped searching through Java classes--now it is only searching through JSPs. I did a Clean on my project, thinking it might be an index problem. Any other suggestions?
No comments:
Post a Comment