I have quite often encountered pieces of code where multiple different
signatures of methods exist, e.g.

public void doSomething(String param1);
public void doSomething(String param1, String param2); 

It would often be convenient to have the possibility to look for usages of
all of those in one run instead of having to go throug each one of them. 

Stefan Zier
Software Engineer
ArcSight, Inc.
(408) 328 5538
[EMAIL PROTECTED] 

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

Reply via email to