[Mono-bugs] [Bug 52408][Wis] Changed - MCS does not know the difference between a `new' property and an `override' property

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Dec 2003 16:40:52 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/52408	2003-12-21 11:50:31.000000000 -0500
+++ shadow/52408.tmp.1384	2003-12-21 16:40:52.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: MCS does not know the difference between a `new' property and an `override' property
@@ -97,6 +97,10 @@
 1) Take a look at the PropertyInfo, it will have either a get or a set
 method (or both). If neither of them are `override', then we have
 found the full set of properties
 
 2) If one of them *is* override, we need to search the base classes
 for a definition. 
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-21 16:40 -------
+Have a patch for the client. Need to do some bug checking on the decl
+side of this (eg, can we run an invalid example, as in my last comment).