> would ignore certain unused method parameters. E.g. overridden methods where > some of the parameters aren't needed.
Parameters of overriden are never highlighted as unused. IDEA only highlights unused parameters of either private or static methods. All other methods might be overriden and IDEA does not highlight unused parameters for them. Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Jordan Zimmerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 10:17 AM Subject: [Eap-list] Unused parameter suggestion > It would be nice to be able to specify a naming convention so that IDEA > would ignore certain unused method parameters. E.g. overridden methods where > some of the parameters aren't needed. I suggest putting it in the Options > dialog or, at minimum, ignoring any unused parameters that start with > "dummy" or "ignore". > > =========================== > Jordan Zimmerman > Altura International > Catalog City > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
