[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 05:24:02 -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 vargaz@freemail.hu.

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

--- shadow/59629	2004-06-06 10:12:12.000000000 -0400
+++ shadow/59629.tmp.9264	2004-06-07 05:24:02.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 59629
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: vargaz@freemail.hu                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -48,6 +48,9 @@
 Zoltan, I'll commit unit tests for this (in TypeBuilderTest), once 
 the issue is fixed.
 
 ------- 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!