[Mono-bugs] [Bug 59629][Nor] Changed - NullReferenceException when getting event of emitted type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 18:33:28 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gert.driesen@pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=59629

--- shadow/59629	2004-06-07 05:24:02.000000000 -0400
+++ shadow/59629.tmp.23699	2004-06-07 18:33:28.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59629
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: vargaz@freemail.hu                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -51,6 +51,11 @@
 ------- Additional Comments From gert.driesen@pandora.be  2004-06-06 10:12 -------
 Note: this issue only surfaces when there are events with no add and 
 remove accessor (eg. events with only a raise method)
 
 ------- Additional Comments From vargaz@freemail.hu  2004-06-07 05:24 -------
 Fixed in CVS. Thanks for the unit tests!
+
+------- Additional Comments From gert.driesen@pandora.be  2004-06-07 18:33 -------
+Zoltan, apparently MS allow events with no add/remove/raise methods.
+
+So I think we'll need to deal with events that have neither of these.