[Mono-bugs] [Bug 44608][Nor] Changed - ArrayList.ReadOnly wrapper doesn't reflect changes to the underlying collection
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 13 Jun 2003 14:24:36 -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=44608
--- shadow/44608 Thu Jun 12 07:58:28 2003
+++ shadow/44608.tmp.3882 Fri Jun 13 14:24:36 2003
@@ -2,22 +2,23 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: bmaurer@users.sf.net
ReportedBy: codeberg@vnet.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: ArrayList.ReadOnly wrapper doesn't reflect changes to the underlying collection
+OtherBugsDependingOnThis: 43884
Description of Problem:
ArrayList.ReadOnly() wrapper doesn't reflect changes to the underlying
collection, as described in .NET Framework SDK documentation.
@@ -49,6 +50,14 @@
always
Additional Information:
\mcs\mcs-0.23\class\corlib\System.Collections\ArrayList.cs
+
+------- Additional Comments From bmaurer@users.sf.net 2003-06-13 14:24 -------
+This is causing a Rotor test to fail.
+
+We are actually copying the items in the ArrayList to a a second
+array list. This will require some major changes in the class.
+
+Assigning to self