[Mono-bugs] [Bug 81387][Wis] Changed - [PATCH] List <> contains not working correctly.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Apr 16 16:13:08 EDT 2007


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 joncham at gmail.com.

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

--- shadow/81387	2007-04-16 16:12:28.000000000 -0400
+++ shadow/81387.tmp.4419	2007-04-16 16:13:08.000000000 -0400
@@ -2,22 +2,22 @@
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: SUSE 10.2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: billholmes54 at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: List <> contains not working correctly.
+Summary: [PATCH] List <> contains not working correctly.
 
 System.Collections.Generic.List<>.Contains reports that an item that has
 been removed is still in the list.
 
 Mono JIT compiler version 1.2.3.50 (/trunk/ r75768)
 
@@ -29,6 +29,10 @@
 
 
 ------- Additional Comments From joncham at gmail.com  2007-04-16 16:12 -------
 Created an attachment (id=19068)
 Patch with test case
 
+
+------- Additional Comments From joncham at gmail.com  2007-04-16 16:13 -------
+Added patch with test case. We were shifting array when removing an
+item, but not clearing the index of where the item was located.


More information about the mono-bugs mailing list