[Fb-contrib-commit] SF.net SVN: fb-contrib:[1685] trunk/fb-contrib/htdocs/index.shtml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2011-06-11 20:22:44
|
Revision: 1685
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1685&view=rev
Author: dbrosius
Date: 2011-06-11 20:22:38 +0000 (Sat, 11 Jun 2011)
Log Message:
-----------
expand the svn group by default
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.shtml
Modified: trunk/fb-contrib/htdocs/index.shtml
===================================================================
--- trunk/fb-contrib/htdocs/index.shtml 2011-06-11 20:21:32 UTC (rev 1684)
+++ trunk/fb-contrib/htdocs/index.shtml 2011-06-11 20:22:38 UTC (rev 1685)
@@ -71,9 +71,9 @@
</div>
<hr/>
- <img id="svn_image" src="flip1.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/>
+ <img id="svn_image" src="flip2.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/>
Detectors added in svn<br/>
- <div id="svn" style="display:none;">
+ <div id="svn" style="display:block;">
<ul>
<li><b>[CVAA] ContraVariant Array Assignment</b><br/>
Looks for contravariant array assignments. Since arrays are mutable data structures, their use
@@ -87,9 +87,9 @@
</ul>
</div>
<hr/>
- <img id="v4_6_0_image" src="flip2.gif" onClick="toggleBlock('v4_6_0', 'v4_6_0_image');" align="top"/>
+ <img id="v4_6_0_image" src="flip1.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;">
+ <div id="v4_6_0" style="display:none;">
<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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|