[Mono-bugs] [Bug 33770][Nor] Changed - Problem with indexers in a class that inherits from ArrayList
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
14 Nov 2002 22:45:17 -0000
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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33770
--- shadow/33770 Tue Nov 12 13:59:18 2002
+++ shadow/33770.tmp.27986 Thu Nov 14 17:45:17 2002
@@ -1,14 +1,14 @@
Bug#: 33770
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: carlosga@telefonica.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -62,6 +62,11 @@
{
get{ return base[parameterIndex]; }
set{ base[parameterIndex] = value; }
}
}
}
+
+------- Additional Comments From martin@ximian.com 2002-11-14 17:45 -------
+
+
+*** This bug has been marked as a duplicate of 33089 ***