[Mono-bugs] [Bug 665179] AvoidVisibleFieldsRule should not fire on a public (or public static) EventHandler<T> with default implementation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 18 14:02:06 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=665179#c1


Ethan Brown <ethan_j_brown at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |INVALID

--- Comment #1 from Ethan Brown <ethan_j_brown at hotmail.com> 2011-01-18 19:02:06 UTC ---
There was a bug in the source code.

Code should have been:
public static event EventHandler<T> MyEvent;

But instead was written as:
public static EventHandler<T> MyEvent;

-- 
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