[Mono-bugs] [Bug 76750][Min] Changed - SortedList(IDictionary, IComparer) ctor broken

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 7 17:15:17 EST 2005


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 sebastien at ximian.com.

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

--- shadow/76750	2005-12-07 16:10:01.000000000 -0500
+++ shadow/76750.tmp.27105	2005-12-07 17:15:17.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 76750
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: danw at novell.com               
 QAContact: mono-bugs at ximian.com
@@ -100,6 +100,15 @@
 in <0x00076> SortedListTest:Main ()
 
 (ie, Clone calls the buggy ctor internally). Using Clone() on a
 SortedList with an IComparer but not IComparables was what I
 was trying to do when I originally filed the bug.
 
+
+------- Additional Comments From sebastien at ximian.com  2005-12-07 17:15 -------
+Ok, I was just curious if we had a sample, somewhere, that resulted in
+an InvalidCastException on MS. I'll fill a documentation bug with MS
+on this.
+
+Removing the IComparable check (r54065) in the ctor almost solved
+everything (i.e. the ArgumentException were not directly in the the
+class). Added more test cases to the unit tests (r54066).


More information about the mono-bugs mailing list