[Mono-bugs] [Bug 350288] New: Gendarme: AvoidUnusedParametersRule	oo strict
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Fri Dec 21 09:53:41 EST 2007
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=350288
           Summary: Gendarme: AvoidUnusedParametersRule oo strict
           Product: Mono: Tools
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: tools
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: sdelcroix at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---
this rule is triggered for every delegate declaration and for most of the
anonymous methods too.
some code examples...
public delegate void MyHandler (object o, EventArgs e);
Gtk.Application.Invoke (items, System.EventArgs.Empty, delegate (object sender,
EventArgs args) {/*blah*/});
-- 
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.
    
    
More information about the mono-bugs
mailing list