[Mono-bugs] [Bug 72752][Nor] New - StringBuilder ignores capacity argument.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 23:43:53 -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 miguel@ximian.com.

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

--- shadow/72752	2005-02-18 23:43:53.000000000 -0500
+++ shadow/72752.tmp.27258	2005-02-18 23:43:53.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 72752
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: StringBuilder ignores capacity argument.
+
+From http://blogs.msdn.com/bclteam/archive/2005/02/17/375560.aspx
+we do not support the "Capacity" set in one of the constructors of 
+StringBuilder.
+
+Our StringBuilder never checks the capacity argument, which is only
+ever set on a special constructor.