[Mono-bugs] [Bug 45029][Wis] Changed - ArrayList has wrong semantics for GetRange, ReadOnly, FixedSize etc

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 17 Jun 2003 20:37:38 -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 duncan@ximian.com.

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

--- shadow/45029	Tue Jun 17 20:30:50 2003
+++ shadow/45029.tmp.11313	Tue Jun 17 20:37:38 2003
@@ -1,14 +1,14 @@
 Bug#: 45029
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tum@veridicus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,13 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From duncan@ximian.com  2003-06-17 20:37 -------
+What do you mean by wrong semantics? Do you mean that our
+implementation has different semantics than the ones in .NET? Or do
+you mean that, in general, the semantics of these methods in the .NET
+Base Class Library are unintuitive? If the latter is the case, the
+solution would be for you to write your own Collection library.