https://bugzilla.novell.com/show_bug.cgi?id=417891
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=417891#c3 --- Comment #3 from Gabriel Burt <[EMAIL PROTECTED]> 2008-08-18 00:15:31 MDT --- So the issue is really that the HybridDictionary is keyed off of hacked-together ints instead of the Uris, so the quality comparison that hash tables do when there is a key collision isn't useful - it should be comparing two Uris, but instead it's comparing two ints (which are the same, so it returns the first value at that hashtable slot). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
