[Mono-bugs] [Bug 59629][Nor] Changed - NullReferenceException when getting event of emitted type
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 05:55:30 -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-07 18:33:28.000000000 -0400
+++ shadow/59629.tmp.3333 2004-06-08 05:55:30.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 59629
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-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
@@ -56,6 +56,11 @@
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.
+
+------- Additional Comments From vargaz@freemail.hu 2004-06-08 05:55 -------
+Fixed in CVS. Note that events without any methods are not valid
+(PEVerify complains). The fact that MS accepts this is probably a
+mistake.