[Mono-bugs] [Bug 45415][Blo] Changed - System.Int32 is not a Subclass of according to Type.IsSubclassOf()
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 25 Jun 2003 00:27:58 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45415
--- shadow/45415 Wed Jun 25 00:27:20 2003
+++ shadow/45415.tmp.29304 Wed Jun 25 00:27:58 2003
@@ -2,22 +2,23 @@
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: ravi@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: System.Int32 is not a Subclass of according to Type.IsSubclassOf()
+OtherBugsDependingOnThis: 45127
Description of Problem:
System.Int32 is actually a subclass of System.ValueType but this is not
reflected in the return value from Type.IsSubclassOf when passed the two types.
@@ -55,6 +56,9 @@
Everytime.
Additional information:
This bug needs to be resolved before bug #45127 can be fixed with my patch
+
+------- Additional Comments From ravi@ximian.com 2003-06-25 00:27 -------
+Add dependency