[Mono-bugs] [Bug 61919][Nor] Changed - Queue (ICollection) ctor
incorrect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 26 14:42:53 EDT 2005
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 at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=61919
--- shadow/61919 2005-05-06 19:11:44.000000000 -0400
+++ shadow/61919.tmp.12032 2005-05-26 14:42:53.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 61919
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: bmaurer at users.sf.net
ReportedBy: jhr.walter at t-online.de
QAContact: mono-bugs at ximian.com
@@ -105,6 +105,9 @@
The secondary patch is better imho. Both solutions work, but patch #2
documents itself that the internal array size of 0 is the only case
where this goes wrong.
FYI the System.Collections.Generic.Queue is unaffected, because that
is implemented using a LinkedList, instead of an array
+
+------- Additional Comments From bmaurer at users.sf.net 2005-05-26 14:42 -------
+Fixed on svn.
More information about the mono-bugs
mailing list