Author: raja
Date: 2005-08-03 09:27:21 -0400 (Wed, 03 Aug 2005)
New Revision: 47957

Modified:
   trunk/mcs/mcs/doc.cs
Log:
Add a FIXME uncovered by some ListDictionary cleanups.


Modified: trunk/mcs/mcs/doc.cs
===================================================================
--- trunk/mcs/mcs/doc.cs        2005-08-03 13:22:36 UTC (rev 47956)
+++ trunk/mcs/mcs/doc.cs        2005-08-03 13:27:21 UTC (rev 47957)
@@ -889,6 +889,8 @@
 
                        IDictionary table = new ListDictionary ();
                        foreach (ClassPart cp in PartialComments.Keys) {
+                               // FIXME: IDictionary does not guarantee that 
the keys will be
+                               //        accessed in the order they were added.
                                table [cp.PartialContainer] += cp.DocComment;
                        }
                        foreach (PartialContainer pc in table.Keys) {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to