<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>dsa Work Item Rss Feed</title><link>http://www.codeplex.com/dsa/WorkItem/List.aspx</link><description>dsa Work Item Rss Description</description><item><title>Created Issue: Remove method of Heap throws IndexOutOfRangeException [11793]</title><link>http://dsa.codeplex.com/workitem/11793</link><description>public void RemoveThrowsIndexOutOfRangeException4001281575269&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            Heap&amp;#60;int&amp;#62; heap&amp;#59;&lt;br /&gt;            bool b&amp;#59;&lt;br /&gt;            heap &amp;#61; new Heap&amp;#60;int&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            b &amp;#61; heap.Remove&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>sthumma</author><pubDate>Fri, 20 Aug 2010 04:14:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Remove method of Heap throws IndexOutOfRangeException [11793] 20100820041444A</guid></item><item><title>Created Issue: AddBefore of DoublyLinkedList throws NullReferenceException [11792]</title><link>http://dsa.codeplex.com/workitem/11792</link><description>public void AddBeforeThrowsNullReferenceException6181281577058&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            DoublyLinkedList&amp;#60;int&amp;#62; doublyLinkedList&amp;#59;&lt;br /&gt;            doublyLinkedList &amp;#61; new DoublyLinkedList&amp;#60;int&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            doublyLinkedList.AddLast&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            DoublyLinkedListNode&amp;#60;int&amp;#62; s0 &amp;#61; new DoublyLinkedListNode&amp;#60;int&amp;#62;&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            s0.Next &amp;#61; &amp;#40;DoublyLinkedListNode&amp;#60;int&amp;#62;&amp;#41;null&amp;#59;&lt;br /&gt;            s0.Previous &amp;#61; &amp;#40;DoublyLinkedListNode&amp;#60;int&amp;#62;&amp;#41;null&amp;#59;&lt;br /&gt;            doublyLinkedList.AddBefore&amp;#40;s0, 0&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>sthumma</author><pubDate>Fri, 20 Aug 2010 04:13:44 GMT</pubDate><guid isPermaLink="false">Created Issue: AddBefore of DoublyLinkedList throws NullReferenceException [11792] 20100820041344A</guid></item><item><title>Created Issue: AddAfter of DoublyLinkedList throws NullReferenceException [11791]</title><link>http://dsa.codeplex.com/workitem/11791</link><description>public void AddAfter101281577093&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            DoublyLinkedList&amp;#60;int&amp;#62; doublyLinkedList&amp;#59;&lt;br /&gt;            doublyLinkedList &amp;#61; new DoublyLinkedList&amp;#60;int&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            doublyLinkedList.AddLast&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            DoublyLinkedListNode&amp;#60;int&amp;#62; s0 &amp;#61; new DoublyLinkedListNode&amp;#60;int&amp;#62;&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            s0.Next &amp;#61; &amp;#40;DoublyLinkedListNode&amp;#60;int&amp;#62;&amp;#41;null&amp;#59;&lt;br /&gt;            s0.Previous &amp;#61; &amp;#40;DoublyLinkedListNode&amp;#60;int&amp;#62;&amp;#41;null&amp;#59;&lt;br /&gt;            doublyLinkedList.AddAfter&amp;#40;s0, 0&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsNotNull&amp;#40;&amp;#40;object&amp;#41;doublyLinkedList&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsNotNull&amp;#40;doublyLinkedList.Head&amp;#41;&amp;#59;&lt;br /&gt;            Assert.AreEqual&amp;#60;int&amp;#62;&amp;#40;0, doublyLinkedList.Head.Value&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsNotNull&amp;#40;doublyLinkedList.Head.Next&amp;#41;&amp;#59;&lt;br /&gt;            Assert.AreEqual&amp;#60;int&amp;#62;&amp;#40;0, doublyLinkedList.Head.Next.Value&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsNull&amp;#40;doublyLinkedList.Head.Next.Next&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsNotNull&amp;#40;doublyLinkedList.Head.Next.Previous&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsTrue&amp;#40;object.ReferenceEquals&lt;br /&gt;                              &amp;#40;doublyLinkedList.Head.Next.Previous, doublyLinkedList.Head&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsNull&amp;#40;doublyLinkedList.Head.Previous&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsNotNull&amp;#40;doublyLinkedList.Tail&amp;#41;&amp;#59;&lt;br /&gt;            Assert.IsTrue&lt;br /&gt;                &amp;#40;object.ReferenceEquals&amp;#40;doublyLinkedList.Tail, doublyLinkedList.Head.Next&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            Assert.AreEqual&amp;#60;bool&amp;#62;&lt;br /&gt;                &amp;#40;false, &amp;#40;&amp;#40;CollectionBase&amp;#60;int&amp;#62;&amp;#41;doublyLinkedList&amp;#41;.IsSynchronized&amp;#41;&amp;#59;&lt;br /&gt;            Assert.AreEqual&amp;#60;int&amp;#62;&amp;#40;2, &amp;#40;&amp;#40;CollectionBase&amp;#60;int&amp;#62;&amp;#41;doublyLinkedList&amp;#41;.Count&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>sthumma</author><pubDate>Fri, 20 Aug 2010 04:12:30 GMT</pubDate><guid isPermaLink="false">Created Issue: AddAfter of DoublyLinkedList throws NullReferenceException [11791] 20100820041230A</guid></item><item><title>Created Issue: CopyTo of BinarySearchTree throws ArgumentException [11790]</title><link>http://dsa.codeplex.com/workitem/11790</link><description>public void CopyToThrowsArgumentException3051281576371&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            BinarySearchTree&amp;#60;int&amp;#62; binarySearchTree&amp;#59;&lt;br /&gt;            binarySearchTree &amp;#61; new BinarySearchTree&amp;#60;int&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Add&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            int&amp;#91;&amp;#93; ints &amp;#61; new int&amp;#91;0&amp;#93;&amp;#59;&lt;br /&gt;            binarySearchTree.CopyTo&amp;#40;ints&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>sthumma</author><pubDate>Fri, 20 Aug 2010 04:10:13 GMT</pubDate><guid isPermaLink="false">Created Issue: CopyTo of BinarySearchTree throws ArgumentException [11790] 20100820041013A</guid></item><item><title>Created Issue: NullReferenceExceptions in BinarySearchTree [11789]</title><link>http://dsa.codeplex.com/workitem/11789</link><description>Following test cases throw NullReferenceExceptions BinarySearchTree.&lt;br /&gt;&lt;br /&gt;1. &lt;br /&gt;&lt;br /&gt;public void RemoveThrowsNullReferenceException4301281576193&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            BinarySearchTree&amp;#60;int&amp;#62; binarySearchTree&amp;#59;&lt;br /&gt;            bool b&amp;#59;&lt;br /&gt;            binarySearchTree &amp;#61; new BinarySearchTree&amp;#60;int&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Add&amp;#40;134217985&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Add&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            b &amp;#61; binarySearchTree.Remove&amp;#40;134217985&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;2.&lt;br /&gt;&lt;br /&gt;public void RemoveThrowsNullReferenceException541281576193&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            BinarySearchTree&amp;#60;int&amp;#62; binarySearchTree&amp;#59;&lt;br /&gt;            bool b&amp;#59;&lt;br /&gt;            binarySearchTree &amp;#61; new BinarySearchTree&amp;#60;int&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Add&amp;#40;-2109603803&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Add&amp;#40;16&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Remove&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            b &amp;#61; binarySearchTree.Remove&amp;#40;-2109603803&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;3.&lt;br /&gt;&lt;br /&gt;public void RemoveThrowsNullReferenceException8101281576193&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            BinarySearchTree&amp;#60;int&amp;#62; binarySearchTree&amp;#59;&lt;br /&gt;            bool b&amp;#59;&lt;br /&gt;            binarySearchTree &amp;#61; new BinarySearchTree&amp;#60;int&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Add&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Add&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            binarySearchTree.Add&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;            b &amp;#61; binarySearchTree.Remove&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>sthumma</author><pubDate>Fri, 20 Aug 2010 04:05:12 GMT</pubDate><guid isPermaLink="false">Created Issue: NullReferenceExceptions in BinarySearchTree [11789] 20100820040512A</guid></item><item><title>Created Issue: FormatException thrown by public methods in Algorithms namespace [11788]</title><link>http://dsa.codeplex.com/workitem/11788</link><description>1.&lt;br /&gt;public void ToBinaryThrowsFormatException1771281578009&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;            int i&amp;#59;&lt;br /&gt;            i &amp;#61; Numbers.ToBinary&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;2.&lt;br /&gt;&lt;br /&gt;public void ToOctalThrowsFormatException1771281578040&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;            int i&amp;#59;&lt;br /&gt;            i &amp;#61; Numbers.ToOctal&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>sthumma</author><pubDate>Fri, 20 Aug 2010 04:01:21 GMT</pubDate><guid isPermaLink="false">Created Issue: FormatException thrown by public methods in Algorithms namespace [11788] 20100820040121A</guid></item><item><title>Created Issue: IndexOutOfRangeException thrown by public methods in Algorithms namespace [11787]</title><link>http://dsa.codeplex.com/workitem/11787</link><description>Following test cases throw IndexOutOfRangeException.&lt;br /&gt;&lt;br /&gt;1. &lt;br /&gt;&lt;br /&gt;public void RadixSortThrowsIndexOutOfRangeException4131281576033&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;            IList&amp;#60;string&amp;#62; iList&amp;#59;&lt;br /&gt;            string&amp;#91;&amp;#93; ss &amp;#61; new string&amp;#91;2&amp;#93;&amp;#59;&lt;br /&gt;            ss&amp;#91;0&amp;#93; &amp;#61; &amp;#34;&amp;#92;0&amp;#34;&amp;#59;&lt;br /&gt;            ss&amp;#91;1&amp;#93; &amp;#61; &amp;#34;&amp;#92;u00ff&amp;#34;&amp;#59;&lt;br /&gt;            Sorting.RadixSort&amp;#40;&amp;#40;IList&amp;#60;string&amp;#62;&amp;#41;ss, 1&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;2.&lt;br /&gt;public void AnyThrowsIndexOutOfRangeException3591281576865&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;           Strings.Any&amp;#40;&amp;#34;&amp;#92;t&amp;#92;t&amp;#34;, &amp;#34;&amp;#92;t&amp;#92;t&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;3.&lt;br /&gt;&lt;br /&gt;public void IsPalindromeThrowsIndexOutOfRangeException4721281576877&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;            bool b&amp;#59;&lt;br /&gt;            b &amp;#61; Strings.IsPalindrome&amp;#40;&amp;#34;&amp;#43;&amp;#43;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;4.&lt;br /&gt;&lt;br /&gt;public void ReverseWordsThrowsIndexOutOfRangeException881281576919&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;            string s&amp;#59;&lt;br /&gt;            s &amp;#61; Strings.ReverseWords&amp;#40;&amp;#34;&amp;#92;t&amp;#92;t&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;5. &lt;br /&gt;public void WordCountThrowsIndexOutOfRangeException6361281576940&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;            int i&amp;#59;&lt;br /&gt;            i &amp;#61; Strings.WordCount&amp;#40;&amp;#34;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;6.&lt;br /&gt;&lt;br /&gt;public void MedianLeftThrowsArgumentOutOfRangeException4241281575753&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            IList&amp;#60;int&amp;#62; iList&amp;#59;&lt;br /&gt;            int&amp;#91;&amp;#93; ints &amp;#61; new int&amp;#91;0&amp;#93;&amp;#59;&lt;br /&gt;            iList &amp;#61; Sorting.MedianLeft&amp;#60;T&amp;#62;&amp;#40;&amp;#40;IList&amp;#60;int&amp;#62;&amp;#41;ints&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>sthumma</author><pubDate>Fri, 20 Aug 2010 04:00:04 GMT</pubDate><guid isPermaLink="false">Created Issue: IndexOutOfRangeException thrown by public methods in Algorithms namespace [11787] 20100820040004A</guid></item><item><title>Created Issue: Overflow exceptions thrown in many classes from Algorithms namespace [11786]</title><link>http://dsa.codeplex.com/workitem/11786</link><description>Invoking public methods in Numbers class throws overflow exceptions due to not handling of specific scenarios as follows&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Number.Fibonacci&amp;#40;int.MaxValue&amp;#41;&lt;br /&gt;2. Numbers.GreatestCommonDenominator&amp;#40;-1, int.MinValue&amp;#41;&lt;br /&gt;</description><author>sthumma</author><pubDate>Fri, 20 Aug 2010 03:49:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Overflow exceptions thrown in many classes from Algorithms namespace [11786] 20100820034912A</guid></item><item><title>Created Issue: Return value not as expected. SinglyLinkedList class, Remove method [8858]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8858</link><description>When the SinglyLinkedList&amp;#60;string&amp;#62; contains &amp;#123;&amp;#8220;&amp;#8221;,null&amp;#125; and item to remove is &amp;#8220;&amp;#92;0&amp;#8221;, Remove method returns true, when the expected return value is false.&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 19:29:45 GMT</pubDate><guid isPermaLink="false">Created Issue: Return value not as expected. SinglyLinkedList class, Remove method [8858] 20090927072945P</guid></item><item><title>Created Issue: Return value not as expected. Heap class, Remove method [8857]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8857</link><description>When the heap size &amp;#60; 4 and contains no item of value 0, the Remove method still returns true, when the expected return value is false&lt;br /&gt;&amp;#91;Test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;Heap&amp;#60;int&amp;#62; actual &amp;#61; new Heap&amp;#60;int&amp;#62; &amp;#123;1,2,3&amp;#125;&amp;#59;&lt;br /&gt;actual.Remove&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;Comment&amp;#58; The problem is due to the default assignment of array of size 4 in the constructor&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 19:27:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Return value not as expected. Heap class, Remove method [8857] 20090927072751P</guid></item><item><title>Created Issue: IndexOutOfRangeException: Heap class, Remove method [8856]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8856</link><description>When the heap contains no elements and item to remove is 0, the Remove&amp;#40;&amp;#41; method throws IndexOutOfRangeException &lt;br /&gt;&amp;#91;Test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;BinarySearchTree&amp;#60;int&amp;#62;  bst &amp;#61; new BinarySearchTree&amp;#60;int&amp;#62;&amp;#123;&amp;#125;&amp;#59;&lt;br /&gt;bst.Remove&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 19:25:35 GMT</pubDate><guid isPermaLink="false">Created Issue: IndexOutOfRangeException: Heap class, Remove method [8856] 20090927072535P</guid></item><item><title>Created Issue: NullReferenceException: BinarySearchTree class, Remove method [8855]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8855</link><description>When the root &amp;#61;&amp;#61; elementToRemove &amp;#38;&amp;#38; tree&amp;#39;s count &amp;#62; 1, then Remove method throws a NullReferenceException&lt;br /&gt;&lt;br /&gt;&amp;#91;Test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;BinarySearchTree&amp;#60;int&amp;#62;  bst &amp;#61; new BinarySearchTree&amp;#60;int&amp;#62;&amp;#123;0,0&amp;#125;&amp;#59;&lt;br /&gt;bst.Remove&amp;#40;0&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 19:22:49 GMT</pubDate><guid isPermaLink="false">Created Issue: NullReferenceException: BinarySearchTree class, Remove method [8855] 20090927072249P</guid></item><item><title>Created Issue: Should Strip() method of String class remove unicode charaters? [8854]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8854</link><description>When value contains any unicode characters, e.g., &amp;#39;&amp;#92;u0001&amp;#39; , should Strip&amp;#40;&amp;#41; method remove these values&amp;#63; &lt;br /&gt;&lt;br /&gt;&amp;#91;test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;    char&amp;#91;&amp;#93; input &amp;#61; &amp;#123;&amp;#39;&amp;#92;u0001&amp;#39;&amp;#125;&amp;#59;&lt;br /&gt;    string val &amp;#61; new string&amp;#40;input&amp;#41;&amp;#59;&lt;br /&gt;    Assert.AreEqual&amp;#40;&amp;#34;&amp;#34;,val.Strip&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 19:17:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Should Strip() method of String class remove unicode charaters? [8854] 20090927071737P</guid></item><item><title>Created Issue: IndexOutOfRangeException: String class; WordCount, ReverseWords methods [8853]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8853</link><description>When the string is empty, WordCount, ReverseWords methods of String class throw IndexOutOfRangeException&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 18:54:30 GMT</pubDate><guid isPermaLink="false">Created Issue: IndexOutOfRangeException: String class; WordCount, ReverseWords methods [8853] 20090927065430P</guid></item><item><title>Created Issue: IndexOutOfRangeException: String class, IsPalindrome method [8852]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8852</link><description>when the string value is empty or only white spaces or only symbols, IsPalindrome method throws IndexOutOfRangeException&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 18:53:05 GMT</pubDate><guid isPermaLink="false">Created Issue: IndexOutOfRangeException: String class, IsPalindrome method [8852] 20090927065305P</guid></item><item><title>Created Issue: IndexOutOfRangeException: 'String' class, 'Any' method [8851]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8851</link><description>when both the &amp;#39;word&amp;#39; and &amp;#39;match&amp;#39; values contains only whitespaces, Any&amp;#40;&amp;#41; method throws an IndexOutOfRangeException&lt;br /&gt;&lt;br /&gt;&amp;#91;Test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;     string val &amp;#61; &amp;#34;  &amp;#34;&amp;#59;&lt;br /&gt;     val.Any&amp;#40;&amp;#34;  &amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 18:51:19 GMT</pubDate><guid isPermaLink="false">Created Issue: IndexOutOfRangeException: 'String' class, 'Any' method [8851] 20090927065119P</guid></item><item><title>Created Issue: NullReferenceException: Sorting class, RadixSort method [8850]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8850</link><description>When any string in the collection is null &amp;#40;other than the first item&amp;#41;, RadixSort method throws a NullReferenceException.&lt;br /&gt;&amp;#91;Test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;     string&amp;#91;&amp;#93; input &amp;#61; new string&amp;#91;&amp;#93; &amp;#123;&amp;#34;a&amp;#34;,null&amp;#125;&amp;#59;&lt;br /&gt;     int key &amp;#61; 1&amp;#59;&lt;br /&gt;     input.RadixSort&amp;#40;key&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 18:31:38 GMT</pubDate><guid isPermaLink="false">Created Issue: NullReferenceException: Sorting class, RadixSort method [8850] 20090927063138P</guid></item><item><title>Created Issue: IndexOutOfRangeException: Sorting class, RadixSort method [8849]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8849</link><description>when the key value is greater than the length of the strings in the list, RadixSort method throws IndexOutOfRangeException. &lt;br /&gt;&amp;#91;Test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;   int key &amp;#61; 1&amp;#59;&lt;br /&gt;   string&amp;#91;&amp;#93; input &amp;#61; &amp;#123;&amp;#125;&amp;#59;&lt;br /&gt;   input.RadixSort&amp;#40;key&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 18:27:11 GMT</pubDate><guid isPermaLink="false">Created Issue: IndexOutOfRangeException: Sorting class, RadixSort method [8849] 20090927062711P</guid></item><item><title>Created Issue: ArgumentOutOfRangeException: Sorting class, MedianLeft() method [8848]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8848</link><description>When the MedianLeft&amp;#40;&amp;#41; method of the Sorting class is invoked on an empty list, it throws an ArgumentOutOfRangeException &lt;br /&gt;&amp;#91;Test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;   int&amp;#91;&amp;#93; input &amp;#61; &amp;#123;&amp;#125;&amp;#59;&lt;br /&gt;   input.MedianLeft&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 18:21:13 GMT</pubDate><guid isPermaLink="false">Created Issue: ArgumentOutOfRangeException: Sorting class, MedianLeft() method [8848] 20090927062113P</guid></item><item><title>Created Issue: FormatException: Numbers class, ToBinary(), ToOctal(), ToHex() Methods [8847]</title><link>http://dsa.codeplex.com/WorkItem/View.aspx?WorkItemId=8847</link><description>When the value of integer is 0, ToBinary&amp;#40;&amp;#41;, ToOctal&amp;#40;&amp;#41;, ToHex&amp;#40;&amp;#41; method of Numbers class throw FormatException&lt;br /&gt;&lt;br /&gt;&amp;#91;Test&amp;#93;&lt;br /&gt;public void testMethod&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;    int val &amp;#61; 0&amp;#59;&lt;br /&gt;    val.ToBinary&amp;#40;&amp;#41;&amp;#59; &amp;#47;&amp;#47;val.ToOctal&amp;#40;&amp;#41;&amp;#59; &amp;#47;&amp;#47;val.ToHex&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mrmarri</author><pubDate>Sun, 27 Sep 2009 18:17:15 GMT</pubDate><guid isPermaLink="false">Created Issue: FormatException: Numbers class, ToBinary(), ToOctal(), ToHex() Methods [8847] 20090927061715P</guid></item></channel></rss>