[Mono-bugs] [Bug 351638] [PATCH] Array.Sort: proper argument checking and performance enhancements

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 7 08:47:44 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=351638

User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=351638#c14





--- Comment #14 from Juraj Skripsky <juraj at hotfeet.ch>  2008-10-07 06:47:44 MDT ---
Created an attachment (id=243940)
 --> (https://bugzilla.novell.com/attachment.cgi?id=243940)
Array.cs - version 3 of 3

This version adds the remaining items.

2008-10-07  Juraj Skripsky  <js at hotfeet.ch>

        * Array.cs (Sort):
        - Sort(..) without IComparer param call Sort(.., (IComparer)null)
siblings
        - Sort(keys, items,..) with items == null call Sort(keys,..) siblings
        Add missing argument checks. Add SortImpl method to be used by
        List<T>.Sort(Comparison <T>).

        Part 3 of 3 fixing bug #351638.


-- 
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.


More information about the mono-bugs mailing list