[Mono-bugs] [Bug 55148][Wis] Changed - [PATCH] Duplicate constructors getting compiled

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Mar 2004 08:05:55 -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=55148

--- shadow/55148	2004-03-08 23:16:59.000000000 -0500
+++ shadow/55148.tmp.31382	2004-03-09 08:05:55.000000000 -0500
@@ -3,20 +3,20 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Critical
+Priority: Wishlist
 Component: C#
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: gsanjay@novell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: Duplicate constructors getting compiled
+Summary: [PATCH] Duplicate constructors getting compiled
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 MCS compiler doesnot flags an error while compiling a library with two
 similar constructors. 
@@ -86,6 +86,9 @@
 Before, we were trying to call RegisterMethod to do the validation,
 however this method just returns true. We have to do the checking
 ourselfs.
 
 So, I overrode CheckBase and did the validation there. A few other
 validation items were moved up as well (for consistancy).
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-09 08:05 -------
+Lets get this bug metadata'd up