[Mono-bugs] [Bug 60135][Blo] Changed - ArrayList.Insert(0, obj) causes endless loop
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Jun 2004 12:44:00 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60135
--- shadow/60135 2004-06-14 04:09:37.000000000 -0400
+++ shadow/60135.tmp.22104 2004-06-14 12:44:00.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 60135
Product: Mono: Class Libraries
Version: unspecified
OS: SuSE 8.1
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Blocker
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: reali@acm.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,9 @@
list.Insert(0, "test");
Console.WriteLine("list-count:" + list.Count);
}
}
+
+------- Additional Comments From lluis@ximian.com 2004-06-14 12:44 -------
+Fixed in CVS. Thanks!