[Fb-contrib-commit] SF.net SVN: fb-contrib:[1626] trunk/fb-contrib/htdocs/index.shtml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-09-27 23:24:54
|
Revision: 1626
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1626&view=rev
Author: dbrosius
Date: 2010-09-27 23:24:48 +0000 (Mon, 27 Sep 2010)
Log Message:
-----------
get ready for the 4.6.0 release
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.shtml
Modified: trunk/fb-contrib/htdocs/index.shtml
===================================================================
--- trunk/fb-contrib/htdocs/index.shtml 2010-09-27 23:21:10 UTC (rev 1625)
+++ trunk/fb-contrib/htdocs/index.shtml 2010-09-27 23:24:48 UTC (rev 1626)
@@ -73,14 +73,21 @@
</div>
<hr/>
- <img id="svn_image" src="flip2.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/>
+ <img id="svn_image" src="flip1.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/>
Detectors added in svn<br/>
- <div id="svn" style="display:block;">
+ <div id="svn" style="display:none;">
<ul>
<li><b>[CVAA] ContraVariant Array Assignment</b><br/>
Looks for contravariant array assignments. Since arrays are mutable data structures, their use
must be restricted to covariant or invariant usage.
<span style="color: #0000FF;">--contributed by Bhaskar Maddala - THANKS!</span></li>
+ </ul>
+ </div>
+ <hr/>
+ <img id="v4_6_0_image" src="flip2.gif" onClick="toggleBlock('v4_6_0', 'v4_6_0_image');" align="top"/>
+ Detectors added in v4.6.0<br/>
+ <div id="v4_6_0" style="display:block;">
+ <ul>
<li><b>[SNG] Suspicious Null Guard</b><br/>
Looks for code that checks to see if a field or local variable is not null
before entering a code block either an if, or while statement, and reassigns
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|