[Mono-bugs] [Bug 55780][Wis] Changed - Properties should hide wrt reading and writing

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Mar 2004 20:21:07 -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=55780

--- shadow/55780	2004-03-18 20:09:36.000000000 -0500
+++ shadow/55780.tmp.32629	2004-03-18 20:21:07.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 55780
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -31,6 +31,11 @@
 		Console.WriteLine (new B ().Foo);
 	}
 }
 
 However, we should not. In the context of Main, Foo is write only, because
 the property decl. should hide the setter in the base class.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-18 20:21 -------
+I think this is going to be pretty hard to fix, because of how much
+the metadata for properties sucks. It is hard to tell if a property is
+`new' or `override' from the metadata.