[Fb-contrib-commit] SF.net SVN: fb-contrib:[1104] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-02-27 06:12:36
|
Revision: 1104 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1104&view=rev Author: dbrosius Date: 2009-02-27 06:12:26 +0000 (Fri, 27 Feb 2009) Log Message: ----------- better fixups Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2009-02-22 07:26:14 UTC (rev 1103) +++ trunk/fb-contrib/htdocs/index.html 2009-02-27 06:12:26 UTC (rev 1104) @@ -53,8 +53,8 @@ <div id="svn" style="display:block;"> <ul> <li><b>[IICU] Incorrect Internal Class Use</b><br/> - Looks for classes that use objects from com.sun.xxx packages. As these are internal - to sun and subject to change or removal, these should not be used.</li> + Looks for classes that use objects from internal sun, xerces or xalan packages. As these are internal + to the respective products and subject to change or removal, these should not be used.</li> <li><b>[LO] Logger Oddities</b><br/> Looks for uses of log4j or slf4j where the class specified when creating the logger is not the same as the class in which this logger is used.</li> @@ -186,7 +186,7 @@ Looks for if/else blocks where a series of them use instanceof on the same variable to determine what to do. If these classes are related by inheritance, this often is better handled through calling a single overridden method.</li> - <li><b>[RMC] Redundant Method Calls</b><br/> + <li><b>[PRMC] Possibly Redundant Method Calls</b><br/> Looks for calls of the same method on the same object when that object hasn't changed. This often is redundant, and the second call can be removed, or combined.</li> <li><b>[UTA] Use toArray</b><br/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |