[Build 58] Code analysis problem?

i have a couple of event handler methods defined in a form class where the standard parameters "sender" and "eventargs" aren't used. Only on one declaration R# warns me about "Unused parameter (private accessibility)". The severity of this inspection is set to "Warning" in R# options. I would understand if R# shows this warning either for all occurences or for none of the event methods (if R# ignores them), but not that R# sometimes warns and sometimes not.

2012-05-31_15h21_44.png
(Handles clause is missing because i attach the method in code via AddHandler)

Regards
Klaus

0

Please sign in to leave a comment.