[Mono-bugs] [Bug 42547][Nor] Changed - [PATCH] Reflection does not bind to the best method.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 8 11:44:49 EDT 2006


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 atsushi at ximian.com.

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

--- shadow/42547	2006-05-08 11:35:18.000000000 -0400
+++ shadow/42547.tmp.4448	2006-05-08 11:44:49.000000000 -0400
@@ -11,12 +11,13 @@
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: tom at acquist.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Summary: [PATCH] Reflection does not bind to the best method.
+OtherBugsDependingOnThis: 77079[FIXED]
 
 Description of Problem:
 Reflection method lookup will bind to an exact match if one is found, but 
 if one is not found, it will simply use the first match it finds.  It 
 should use the best possible match.
 In other words, if there are two methods, one that takes an object, and 


More information about the mono-bugs mailing list