[Mono-bugs] [Bug 33532][Cos] Changed - NullReferenceException when using params with inproper casts
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Nov 2002 17:46:22 -0000
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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33532
--- shadow/33532 Sat Nov 9 12:55:03 2002
+++ shadow/33532.tmp.30372 Sat Nov 16 12:46:22 2002
@@ -1,13 +1,13 @@
Bug#: 33532
Product: Mono/MCS
Version: unspecified
OS: Red Hat 7.3
OS Details: kernel 2.4.20-pre10acpi20021002
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathias.hasselmann@gmx.de
QAContact: mono-bugs@ximian.com
@@ -50,7 +50,11 @@
public static void Main() { TriggerTheBug(23); }
is replaced by
public static void Main() { TriggerTheBug(new JValue(23)); }
+
+
+------- Additional Comments From martin@ximian.com 2002-11-16 12:46 -------
+Fixed in CVS.