Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10418/htdocs
Modified Files:
index.html
Log Message:
initial checkin - USBR detector
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- index.html 3 Dec 2005 03:33:24 -0000 1.35
+++ index.html 3 Dec 2005 16:46:47 -0000 1.36
@@ -59,6 +59,9 @@
Finds methods that pass an instance of a primitive wrapper class, to a constructor
of the same class. Since wrapper classes are immutable, you can just use the original
instance, instead of creating a new one. This bug is a misuse of autoboxing.</li>
+ <li><b>UnnecessaryStoreBeforeReturn</b><br/>
+ Finds methods that store the return result in a local variable, and
+ then immediately returns that local variable.</li>
</ul>
</div>
|