[Mono-bugs] [Bug 55148][Cri] Changed - Duplicate constructors getting compiled
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Mar 2004 14:12:34 -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-04 13:50:37.000000000 -0500
+++ shadow/55148.tmp.27601 2004-03-04 14:12:34.000000000 -0500
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Critical
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: bmaurer@users.sf.net
ReportedBy: gsanjay@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: Duplicate constructors getting compiled
@@ -59,6 +59,16 @@
Ben, this sounds like a recently introduced regression; Could you
verify if your code touched on this?
You also have been looking at this code recently, so you might be able
to help us.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-04 14:12 -------
+Ok, basically the issue is that we need to have a CheckBase like
+thingy for the Constructor class. The code tries to use
+TypeManager.RegisterMethod to do the checking, however this function
+oddly always returns true. Maybe someone did a bug fix for the Method
+class, but did not move it over to Constructor.
+
+Note to self: Also check indexers.
+