[Fb-contrib-commit] fb-contrib/etc messages.xml,1.64,1.65
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2006-03-28 04:42:10
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27594/etc Modified Files: messages.xml Log Message: don't look at protected members Index: messages.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- messages.xml 27 Mar 2006 05:56:54 -0000 1.64 +++ messages.xml 28 Mar 2006 04:42:07 -0000 1.65 @@ -498,8 +498,8 @@ <Details> <![CDATA[ <p>looks for classes that define fields that are used in a locals only fashion, - specifically private fields or protected fields in final classes that are accessed - first in each method with a store vs. a load.</p> + specifically private fields that are accessed first in each method with a + store vs. a load.</p> <p>It is a fast detector</p> ]]> </Details> |