[Fb-contrib-commit] fb-contrib/etc messages.xml,1.53,1.54
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2006-02-06 01:21:58
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1667/etc Modified Files: messages.xml Log Message: Fix FP description Index: messages.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- messages.xml 4 Feb 2006 02:23:50 -0000 1.53 +++ messages.xml 6 Feb 2006 01:21:49 -0000 1.54 @@ -159,10 +159,9 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.FinalParameters"> <Details> <![CDATA[ - <p> Looks for classes that define fields that derive from java.util.List but are used to some extent - like a set class. Because set-type operations are performed using a linear search, performance is - going to be inferior to a Set class. If this List is going to remain very small, this may not - be a problem, but if the List may grow large, performance will suffer significantly.</p> + <p>Looks for methods that correctly do not write to a parameter. To help document this, and to perhaps + help the jvm optimize the invocation of this method, you should consider defining these parameters + as final.</p> <p>It is a slow detector</p> ]]> </Details> |