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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 15:54:02 -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	2003-12-23 15:54:02.000000000 -0500
+++ shadow/52512.tmp.6046	2003-12-23 15:54:02.000000000 -0500
@@ -0,0 +1,23 @@
+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.