[Mono-bugs] [Bug 77186][Nor] Changed - BinarySearch on generic List returns unexpected value

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jan 8 08:09:50 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 maurits.rijk at philips.com.

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

--- shadow/77186	2006-01-08 08:09:20.000000000 -0500
+++ shadow/77186.tmp.6904	2006-01-08 08:09:50.000000000 -0500
@@ -24,6 +24,11 @@
 
 I have attached some demo code to show the problem. When adding 2 integers
 (13 and 2) to an ArrayList I get -1 (position 0) in both cases. When I add
 it to a List<T> I first get -1 for the first integer, and then -5.
 
 This happens always. I'm using Mono 1.1.12.1
+
+------- Additional Comments From maurits.rijk at philips.com  2006-01-08 08:09 -------
+Created an attachment (id=16295)
+Small testcase to show the problem
+


More information about the mono-bugs mailing list