[Mono-bugs] [Bug 23947] Changed - Interface.FindMembers - TypeBuilder.BaseType is null
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
29 Apr 2002 14:43:29 -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=23947
--- shadow/23947 Sat Apr 27 11:06:33 2002
+++ shadow/23947.tmp.3549 Mon Apr 29 10:43:29 2002
@@ -1,19 +1,24 @@
Bug#: 23947
Product: Mono/MCS
Version: unspecified
OS: other
OS Details: Windows
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: martin@gnome.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Interface.FindMembers - TypeBuilder.BaseType is null
In Interface.FindMembers - TypeBuilder.BaseType is sometimes null.
+
+------- Additional Comments From lupus@ximian.com 2002-04-29 10:43 -------
+Uhm, it seems someone changed this bug to NEEDINFO, but bugzilla
+didn't log a comment. Anyway: interfaces don't have a base type, so
+returning null should be correct.