[Mono-bugs] [Bug 41397][Min] Changed - StringBuilder.Replace loses left side of replacement.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 23:16:21 -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 gonzalo@ximian.com.

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

--- shadow/41397	Tue Apr 15 15:46:42 2003
+++ shadow/41397.tmp.20326	Fri May  9 23:16:21 2003
@@ -1,14 +1,14 @@
 Bug#: 41397
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tom@acquist.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -77,6 +77,12 @@
 
 int lastIndex = nextIndex;  // Where the last search finished
 
 appears to fix the issue by immediately appending the left side of the
 string prior to replacement.  This fix solves the issue at hand, but has
 not been fully tested.
+
+------- Additional Comments From gonzalo@ximian.com  2003-05-09 23:16 -------
+Fixed in CVS.
+Test added to the nunit test suite.
+
+Thanks!