[Mono-bugs] [Bug 47216][Wis] Changed - bogus warnings on overriding parent properties with a method

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 31 Jul 2003 18:43:26 -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 miguel@ximian.com.

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

--- shadow/47216	Thu Jul 31 18:23:05 2003
+++ shadow/47216.tmp.27532	Thu Jul 31 18:43:26 2003
@@ -1,13 +1,13 @@
 Bug#: 47216
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: orphennui@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -40,7 +40,17 @@
 	{
 		Bar2 b2 = new Bar2 ();
 		Console.WriteLine (b2.MyInt (1234));
 	}
 }
 
+
+
+------- Additional Comments From miguel@ximian.com  2003-07-31 18:43 -------
+Not a bug, that is the expected behavior:
+
+CSC reports:
+
+tu.cs(9,14): warning CS0108: The keyword new is required on
+'Foo.Bar2.MyInt(int)' because it hides inherited member 'Foo.Bar.MyInt'
+tu.cs(3,14): (Location of symbol related to previous warning)