[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.
(Handles clause is missing because i attach the method in code via AddHandler)
Regards
Klaus
Please sign in to leave a comment.