https://bugzilla.novell.com/show_bug.cgi?id=414541


           Summary: AvoidUnusedParametersRule - Issue when multiple
                    delegates present in the method
           Product: Mono: Tools
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Gendarme
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---


Right now, if you have two different delegates created that should satisfy the
"used by a delegate as a callback" criteria for the rule not applying, equality
is simply checked against the *first* delegate created. We need to check
*every* delegate created, to see if any is the one.

Patch will be attached that tests the problem, and includes a candidate fix.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to