Hi,

I just realised - "Change Method Signature..." in build #535 does not 
include the ability to change the "throws" clause of the method. 

When refactoring interfaces and classes which use overridden methods, 
this can be a pain manually. I just never noticed until now that IDEA 
doesn't seem to support this.

i.e. I had:

public interface MyInterface
{
  void myMethod();
}

...and I wanted to add a "throws ExceptionA, ExceptionB" to the 
signature, and have it do it to all the implementing classes too.

Cheers



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

Reply via email to