[Fb-contrib-commit] fb-contrib/etc messages.xml,1.20,1.21
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2005-09-25 06:11:11
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3259/etc Modified Files: messages.xml Log Message: add hyphens for clarity Index: messages.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- messages.xml 25 Sep 2005 05:34:22 -0000 1.20 +++ messages.xml 25 Sep 2005 06:11:03 -0000 1.21 @@ -160,7 +160,7 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.ParallelLists"> <Details> <![CDATA[ - <p> Looks for classes that maintain two or more lists or arrays associated one for one through the same index + <p> Looks for classes that maintain two or more lists or arrays associated one-for-one through the same index to hold two or more pieces of related information. It would be better to create a new class that holds all of these pieces of information, and place instances of this class in one list.</p> <p>It is a fast detector</p> @@ -323,7 +323,7 @@ <LongDescription>class {0} defines two or more one for one associated lists or arrays</LongDescription> <Details> <![CDATA[ - <p>This class appears to maintain two or more lists or arrays who's contains is related one for one + <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> ]]> |