[Mono-bugs] [Bug 47216][Wis] New - bogus warnings on subclasses overriding parent methods

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 31 Jul 2003 18:05:06 -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 orphennui@yahoo.com.

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

--- shadow/47216	Thu Jul 31 18:05:06 2003
+++ shadow/47216.tmp.15739	Thu Jul 31 18:05:06 2003
@@ -0,0 +1,21 @@
+Bug#: 47216
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: orphennui@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: bogus warnings on subclasses overriding parent methods
+
+I get warnings about needing to use "new" on methods which have the same
+name but a different signature (argument list anyways, dunno about retval)
+than a method in their parent.  This seems incorrect.