+1

A while back we also discussed a similar feature where you could put the
cursor in a catch block and hit some key sequence to see all the lines in
the corresponding try block that throw that exception.  I'd love to see both
implemented in Ariadna.

-----Original Message-----
From: Bill Littman [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 12:09 PM
To: [EMAIL PROTECTED]
Subject: [Eap-features] Finding exception sources in a method


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

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to