[Mono-bugs] [Bug 55786][Nor] Changed - `override' members should not be included in member lookup

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 19:55:16 -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 martin@ximian.com.

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

--- shadow/55786	2004-03-25 12:31:33.000000000 -0500
+++ shadow/55786.tmp.13883	2004-04-28 19:55:16.000000000 -0400
@@ -3,18 +3,18 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
+Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: V1
 URL: 
 Summary: `override' members should not be included in member lookup
 OtherBugsDependingOnThis: 55780
 
 The following code:
 class A {
@@ -54,6 +54,9 @@
 ------- Additional Comments From bmaurer@users.sf.net  2004-03-19 19:38 -------
 Ok, so my first idea did not work. You get tons of problems with base.
 because it will call the first implementation of the virtual call, not
 the one in the base class.
 
 Sys.Reflection sucks for writing this sorta thing :-(
+
+------- Additional Comments From martin@ximian.com  2004-04-28 19:55 -------
+This is a normal bug, not wishlist.