[Mono-bugs] [Bug 77961][Nor] Changed - [PATH] Add overloads to Report.Warning/Error methods to reduce code size

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 3 06:59:23 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 rharinath at novell.com.

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

--- shadow/77961	2006-03-30 21:22:58.000000000 -0500
+++ shadow/77961.tmp.23056	2006-04-03 06:59:23.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 77961
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: vargaz at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -32,6 +32,9 @@
 the corresponding String.Format rather than allocating the arrays
 here, I think:
 
   -  String.Format (fmt, new string [] { arg1, arg2 })
   +  String.Format (fmt, arg1, arg2)
 
+
+------- Additional Comments From rharinath at novell.com  2006-04-03 06:59 -------
+Committed as SVN r58930, with some minor changes.


More information about the mono-bugs mailing list