[Mono-bugs] [Bug 52512][Nor] New - System.IO.TextWriter doesn't match MS implementation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 2 Jan 2004 23:34:14 -0500 (EST)


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 pcgod@gmx.net.

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

--- shadow/52512	2004-01-02 23:34:14.000000000 -0500
+++ shadow/52512.tmp.4559	2004-01-02 23:34:14.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 52512
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pcgod@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.IO.TextWriter doesn't match MS implementation
+
+Description of Problem:
+MS.Net documentation states that Write(char) by default does nothing, in 
+the current implementation Write(string) does nothing by default. This 
+causes problems if a derived class overrides only Write(char) because it 
+doesn't need more than that on ms runtime.
+
+------- Additional Comments From pcgod@gmx.net  2003-12-23 15:54 -------
+Created an attachment (id=6307)
+proposed patch
+
+
+------- Additional Comments From pcgod@gmx.net  2004-01-02 23:34 -------
+Created an attachment (id=6333)
+test case
+