[Mono-bugs] [Bug 52782][Wis] New - We need to remove the mistaken Console.WriteLine Method

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jan 2004 12:47:01 -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 bmaurer@users.sf.net.

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

--- shadow/52782	2004-01-12 12:47:01.000000000 -0500
+++ shadow/52782.tmp.23930	2004-01-12 12:47:01.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 52782
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: miguel@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: We need to remove the mistaken Console.WriteLine Method
+
+We didnt yet remove the Console.WriteLine method that takes 4 object args 
+(it is actually varargs, but we did this incorrectly). We should mark it 
+private, so that old compiled code works.