[Mono-bugs] [Bug 55148][Cri] Changed - Duplicate constructors getting compiled
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Mar 2004 23:16:59 -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:07:33.000000000 -0500
+++ shadow/55148.tmp.23517 2004-03-08 23:16:59.000000000 -0500
@@ -78,6 +78,14 @@
patch
------- Additional Comments From bmaurer@users.sf.net 2004-03-08 23:07 -------
Very simple patch, just copy & paste from the method case to check for
dup overloads.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-08 23:16 -------
+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).