[Mono-bugs] [Bug 74933][Blo] Changed - IsInstanceOf failure (?)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 17 15:13:54 EDT 2005
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 lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74933
--- shadow/74933 2005-05-13 13:29:12.000000000 -0400
+++ shadow/74933.tmp.19108 2005-05-17 15:13:54.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74933
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: misc
AssignedTo: lluis at ximian.com
ReportedBy: michael at ximian.com
QAContact: mono-bugs at ximian.com
@@ -134,6 +134,10 @@
------- Additional Comments From lluis at ximian.com 2005-05-13 13:29 -------
Proxy objects have some weird behavior regarding types, you can't rely
on GetType() returning the correct class. The solution in this case is
to use IsInstanceOfType, as you pointed out. I'll do some code review
to see if there are other classes that could have this problem.
+
+------- Additional Comments From lluis at ximian.com 2005-05-17 15:13 -------
+The fix is in svn (r44636). I also fixed other classes that were using
+IsAssignableFrom in the same way.
More information about the mono-bugs
mailing list