[Mono-bugs] [Bug 72752][Nor] Changed - StringBuilder ignores capacity argument.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 20:06:14 -0400 (EDT)
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=72752
--- shadow/72752 2005-02-18 23:43:53.000000000 -0500
+++ shadow/72752.tmp.524 2005-05-05 20:06:14.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 72752
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -19,6 +19,9 @@
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.
+
+------- Additional Comments From bmaurer@users.sf.net 2005-05-05 20:06 -------
+We do checks on the version in HEAD.