[Mono-bugs] [Bug 77304][Min] Changed - Unnecessary exception in
ArrayList
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jan 21 06:16:56 EST 2006
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77304
--- shadow/77304 2006-01-19 10:02:58.000000000 -0500
+++ shadow/77304.tmp.22807 2006-01-21 06:16:56.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77304
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: INVALID
+Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: n.h.m.aandebrugh at student.utwente.nl
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -35,6 +35,17 @@
Expected Results:
Perfectly legal, as long as index >= 0 && index < _items.Length
How often does this happen?
Every time.
+
+------- Additional Comments From robertj at gmx.net 2006-01-21 06:16 -------
+This is by design:
+
+.NET 1.1
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemcollectionsarraylistclassitemtopic.asp
+
+.NET 2.0
+http://msdn2.microsoft.com/en-us/library/system.collections.arraylist.item.aspx
+
+
More information about the mono-bugs
mailing list