[Mono-bugs] [Bug 78592][Wis] New - ExactBinding is igonred by Type.GetMethod

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 6 14:21:15 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 kornelpal at gmail.com.

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

--- shadow/78592	2006-06-06 14:21:15.000000000 -0400
+++ shadow/78592.tmp.10541	2006-06-06 14:21:15.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 78592
+Product: Mono: Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: kornelpal at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ExactBinding is igonred by Type.GetMethod
+
+The attached test case should print:
+Should be MethodWithIntParam: MethodWithIntParam
+Should be MethodWithLongParam: MethodWithLongParam
+Should be MethodWithIntParam: MethodWithIntParam
+Should be <null>: <null>
+Should be Int32: Int32
+Should be Int32: Int32
+
+But it prints the following on Mono:
+Should be MethodWithIntParam: MethodWithIntParam
+Should be MethodWithLongParam: MethodWithLongParam
+Should be MethodWithIntParam: MethodWithIntParam
+Should be <null>: MethodWithLongParam
+Should be Int32: Int32
+Should be Int32: Int32


More information about the mono-bugs mailing list