[Mono-bugs] [Bug 49397][Min] Changed - Bugs in Hashtable (Keys, Values, ContainsValue)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Oct 2003 21:39:11 -0400 (EDT)
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 barce@frlp.utn.edu.ar.
http://bugzilla.ximian.com/show_bug.cgi?id=49397
--- shadow/49397 2003-10-06 21:35:18.000000000 -0400
+++ shadow/49397.tmp.3510 2003-10-06 21:39:11.000000000 -0400
@@ -33,6 +33,11 @@
mono does not.
d) This is not a bug, it's just an optimization: in method Remove 'Slot []
table = this.table;' should be moved inside the if statement.
I'm attaching testcases and a patch for Hashtable.cs
+
+------- Additional Comments From barce@frlp.utn.edu.ar 2003-10-06 21:39 -------
+Created an attachment (id=5509)
+HashtableTest.cs and Hashtable.cs patch
+