Here is a feature I would really like:
 
Put your cursor on an exception in a throws, like the MyException in
public void myMethod() throws MyException
 
Then, press some magic key sequence and all lines that throw that exception are highlighted.
 
So all lines like this are highlighted:
throw new MyException();
 
And all lines like this are highlighted:
myOtherMethod();
when myOtherMethod also throws a MyException.
 
- Bill Littman
  Senior Software Engineer
  TomoTherapy, Inc.
  2228 Evergreen Road
  Middleton, WI   53562
  608 824-0995 (v)
  608 824-0996 (f)
  http://www.tomotherapy.com

Reply via email to