[Fb-contrib-commit] SF.net SVN: fb-contrib:[1648] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-12-09 05:04:58
|
Revision: 1648
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1648&view=rev
Author: dbrosius
Date: 2010-12-09 05:04:52 +0000 (Thu, 09 Dec 2010)
Log Message:
-----------
better PL_PARALLEL_LISTS bug pattern message
Modified Paths:
--------------
trunk/fb-contrib/etc/messages.xml
Modified: trunk/fb-contrib/etc/messages.xml
===================================================================
--- trunk/fb-contrib/etc/messages.xml 2010-11-24 23:16:31 UTC (rev 1647)
+++ trunk/fb-contrib/etc/messages.xml 2010-12-09 05:04:52 UTC (rev 1648)
@@ -1351,7 +1351,8 @@
<![CDATA[
<p>This class appears to maintain two or more lists or arrays who's contains is related one-for-one
through the index of the list or array. Consider creating a separate class to hold all the related
- pieces of information, and adding instances of this class to just one list or array.</p>
+ pieces of information, and adding instances of this class to just one list or array, or if just two values, use
+ a Map to associate one value with the other.</p>
]]>
</Details>
</BugPattern>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|