Sebastian Hauer writes:
 > Not exactly refactoring but unbelievably useful.
 > Find the usage of a variable or method name.
 >  
 > If JDEE or some other free emacs mode is able to provide this feature
 > please let me know.
 >  
 
Have you tried the JDEE's Find Expression command. It displays
every instance of an expression that it finds on the current
source path in a buffer. Clicking on an instance opens the
corresponding source file to the place where the expression
occurs. I use this feature to find every reference to a 
method or variable name. Of course, an intelligent find
method that differentiates between ClassA.method() and
ClassB.method() would be better and I hope that the JDEE
will evantually provide this capability.

- Paul

Reply via email to