[Fb-contrib-commit] fb-contrib/etc messages.xml,1.62,1.63
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2006-03-14 04:36:32
|
Update of /cvsroot/fb-contrib/fb-contrib/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26682/etc Modified Files: messages.xml Log Message: get ready for v2.4.0 Index: messages.xml =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- messages.xml 11 Mar 2006 05:01:35 -0000 1.62 +++ messages.xml 14 Mar 2006 04:36:29 -0000 1.63 @@ -103,6 +103,7 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.ClassEnvy"> <Details> <![CDATA[ + <p><b>THIS DETECTOR IS HIGHLY EXPERIMENTAL AND IS LIKELY TO CREATE A LOT OF FUD</b></p> <p> Looks for methods that use a high percentage of methods from another class over it's own methods. When this is the case, it is often better to implement this method in that other class, by refactoring the class to accept parameters it needs from the source class. @@ -586,6 +587,7 @@ <LongDescription>method {1} excessively uses methods of another class</LongDescription> <Details> <![CDATA[ + <p><b>THIS DETECTOR IS HIGHLY EXPERIMENTAL AND IS LIKELY TO CREATE A LOT OF FUD</b></p> <p>This method makes extensive use of methods from another class over methods of it's own class. Typically this means that the functionality that is accomplished by this method most likely belongs with the class that is being used so liberally. Consider refactoring this |