Hello,

I would really be a time saver, if IDEA could support fixing of bad call arguments of 
methods with long argument list.

Currently, when a class defines a single method with a given name, and the list of 
arguments is incorrect both the raw javac and IDEA complain about not finding the 
method or constructor. IDEA intention sometimes proposes to create a new method.

What would be great is that IDEA highlights the first argument in the call argument 
that does not match any of the corresponding argument in any of the available method 
in the called class with the same name.  This way it would be easy to find which 
argument is wrong.

I know it is not a good practice to have methods with many arguments, but sometimes 
this is easier and maybe necessary. And then, we you miss one of those calls, you 
spend a lot of time manually checking every argument for a dummy typo or missing 
cast...

Thanks!
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to