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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 17 17:38:00 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 billholmes54 at gmail.com.

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

--- shadow/81387	2007-04-16 17:10:28.000000000 -0400
+++ shadow/81387.tmp.3880	2007-04-17 17:37:59.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 81387
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: SUSE 10.2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: billholmes54 at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -54,6 +54,9 @@
 ------- Additional Comments From joncham at gmail.com  2007-04-16 17:10 -------
 Updated patch to only search through active part of array (up to index
 _size) for Contains method. Previously we were searching through whole
 array. Not sure of all bad effects of previous behavior, but it was at
 least calling Equals on my type alot for comparing to unused indexes
 in array.
+
+------- Additional Comments From billholmes54 at gmail.com  2007-04-17 17:37 -------
+patch committed r75788


More information about the mono-bugs mailing list