[Mono-bugs] [Bug 42547][Maj] Changed - Reflection does not bind to the best method.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 13 May 2004 15:42:50 -0400 (EDT)
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 edasque@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=42547
--- shadow/42547 2003-05-07 18:58:31.000000000 -0400
+++ shadow/42547.tmp.28956 2004-05-13 15:42:50.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 42547
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Major
Component: CORLIB
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: banirban@novell.com
ReportedBy: tom@acquist.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Reflection does not bind to the best method.
@@ -143,6 +143,20 @@
How often does this happen?
As it's due to the method layout in the file, intermittently. This
example will reproduce consistently, however.
+
+------- Additional Comments From edasque@ximian.com 2004-05-13 15:42 -------
+this is still happening in Mono 1.0 Beta 1 :
+
+Method 1:
+Method-Object version
+Method-Object version
+Method-String [] version
+
+Method 2:
+Method2-Object version
+Method2-Array version
+Method2-String [] version
+