[Mono-bugs] [Bug 25658] Changed - Type.GetTypeCode (typeof (object)) returns TypeCode.Empty

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Jun 2002 10:20:04 -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 lupus@ximian.com.

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

--- shadow/25658	Sun Jun  2 01:17:48 2002
+++ shadow/25658.tmp.7726	Mon Jun  3 06:20:04 2002
@@ -1,13 +1,13 @@
 Bug#: 25658
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,9 @@
    {	   
 	   object o = new object ();
 	   Console.WriteLine ("Normal: " + Type.GetTypeCode (o.GetType ()));
 	   Console.WriteLine ("Using Convert: " + Convert.GetTypeCode (o));
    }
 }
+
+------- Additional Comments From lupus@ximian.com  2002-06-03 06:20 -------
+Fixed in cvs.