Update of /cvsroot/fb-contrib/fb-contrib/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30146/etc
Modified Files:
messages.xml
Log Message:
count field access for envy. up percentage to .90, fix finding the called method signature.
Index: messages.xml
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/etc/messages.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- messages.xml 17 Sep 2005 04:42:35 -0000 1.10
+++ messages.xml 17 Sep 2005 20:48:31 -0000 1.11
@@ -104,7 +104,8 @@
<Details>
<![CDATA[
<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 to implement this method in that other class.
+ 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.
The reporting percentage can be set with system property 'fb-contrib.ce.percent'.</p>
<p>It is a fast detector</p>
]]>
@@ -206,8 +207,8 @@
<![CDATA[
<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 moving this
- method to that class.</p>
+ most likely belongs with the class that is being used so liberally. Consider refactoring this
+ method to be contained in that class, and to accept all the parameters needed in the method signature.</p>
]]>
</Details>
</BugPattern>
|