[Mono-bugs] [Bug 59833][Nor] Changed - NullReferenceException calling IsSerialized on EnumBuilder
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 16:58:35 -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=59833
--- shadow/59833 2004-06-09 15:14:47.000000000 -0400
+++ shadow/59833.tmp.6607 2004-06-09 16:58:35.000000000 -0400
@@ -12,12 +12,13 @@
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: NullReferenceException calling IsSerialized on EnumBuilder
+BugsThisDependsOn: 58657
When calling IsSerializable on an complete EnumBuilder, the following
NullReferenceException is thrown :
Unhandled Exception: System.NullReferenceException: Object reference not
set to
@@ -39,6 +40,15 @@
repro for NullReferenceException
------- Additional Comments From vargaz@freemail.hu 2004-06-09 15:14 -------
I think this is caused by local changes, since in the CVS version,
EnumBuilder.CreateType () returns null.
+
+------- Additional Comments From gert.driesen@pandora.be 2004-06-09 16:58 -------
+I don't think my local changes (which I now attached to bug #58657
+and #59894) actually cause this issue, but rather allow this issue
+to surface.
+
+But you are correct that you can't reproduce this issue with current
+cvs as the EnumBuilder that's currently in cvs is not functional at
+all.