[Fb-contrib-commit] SF.net SVN: fb-contrib:[1563] trunk/fb-contrib/htdocs/index.shtml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-05-25 03:27:57
|
Revision: 1563
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1563&view=rev
Author: dbrosius
Date: 2010-05-25 03:27:51 +0000 (Tue, 25 May 2010)
Log Message:
-----------
document UVA
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.shtml
Modified: trunk/fb-contrib/htdocs/index.shtml
===================================================================
--- trunk/fb-contrib/htdocs/index.shtml 2010-05-20 01:46:12 UTC (rev 1562)
+++ trunk/fb-contrib/htdocs/index.shtml 2010-05-25 03:27:51 UTC (rev 1563)
@@ -83,6 +83,10 @@
Looks for allocations and initializations of java collections, but that are never
read from or accessed to gain information. This represents a collection of no use, and most probably
can be removed. It is similar to a dead local store.</li>
+ <li><b>[UVA] Use Var Args</b><br/>
+ Looks for definitions of methods that have an array as the last parameter.
+ Since this class is compiled with java 1.5 or better, it would be more flexible for clients of this
+ method to define this parameter as a vararg parameter.</li>
</ul>
</div>
<hr/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|