[Mono-bugs] [Bug 24041] Changed - NullReferenceException in System.String.InternalReplace

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Apr 2002 16:40:50 -0000


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 loz@cable.a2000.nl.

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

--- shadow/24041	Tue Apr 30 12:16:51 2002
+++ shadow/24041.tmp.419	Tue Apr 30 12:40:50 2002
@@ -1,14 +1,14 @@
 Bug#: 24041
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: W2K
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: loz@cable.a2000.nl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -34,6 +34,13 @@
 in (unmanaged) System.String:InternalReplace ()
 
 
 
 Greets,
 Lawrence
+
+------- Additional Comments From loz@cable.a2000.nl  2002-04-30 12:40 -------
+this can be simplified to:
+
+string s = "a".Replace ("xyz", "b");
+
+