[Mono-bugs] [Bug 76083][Nor] Changed - AmbiguousMatchException exception with an overriden method
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 1 11:16:29 EST 2007
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 peter.dettman at iinet.net.au.
http://bugzilla.ximian.com/show_bug.cgi?id=76083
--- shadow/76083 2007-03-01 11:09:33.000000000 -0500
+++ shadow/76083.tmp.13516 2007-03-01 11:16:29.000000000 -0500
@@ -10,13 +10,12 @@
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: jo at lumumba.luc.ac.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: AmbiguousMatchException exception with an overriden method
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
Resolving the "Add" method on a tabpage's Controls property gives an
@@ -97,6 +96,13 @@
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
------- Additional Comments From peter.dettman at iinet.net.au 2007-03-01 11:09 -------
Created an attachment (id=18800)
Proposed patch
+
+------- Additional Comments From peter.dettman at iinet.net.au 2007-03-01 11:16 -------
+The above patch changes Binder.Default.GetBetterMethod to prefer
+methods in subclasses if the arg types can't disambiguate them.
+
+Also fixes a typo in the CallingConventions comparison.
+
More information about the mono-bugs
mailing list