[Mono-bugs] [Bug 59392][Nor] New - String.Concat (....) bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Jun 2004 07:18:52 -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 marek.safar@seznam.cz.

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

--- shadow/59392	2004-06-01 07:18:52.000000000 -0400
+++ shadow/59392.tmp.24566	2004-06-01 07:18:52.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 59392
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: marek.safar@seznam.cz               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: String.Concat (....) bug
+
+this method in class String
+
+public static String Concat (Object obj1, Object obj2, Object obj3, Object
+obj4)
+
+is wrong because mscorlib one is
+
+public static String Concat (Object obj1, Object obj2, Object obj3, Object
+obj4, __arglist)
+
+also api-diff-tool has a bug because does not find out this error.