[Fb-contrib-commit] SF.net SVN: fb-contrib: [635] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-09-04 21:36:47
|
Revision: 635 http://svn.sourceforge.net/fb-contrib/?rev=635&view=rev Author: dbrosius Date: 2006-09-04 14:36:43 -0700 (Mon, 04 Sep 2006) Log Message: ----------- expand svn by default now Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2006-09-04 21:34:15 UTC (rev 634) +++ trunk/fb-contrib/htdocs/index.html 2006-09-04 21:36:43 UTC (rev 635) @@ -46,9 +46,9 @@ <a href="javadoc/index.html">JavaDoc</a> <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>[BSB] Bloated Synchronized Block</b><br/> Looks for methods that implement synchronized blocks that appear to contain some code at @@ -68,10 +68,10 @@ </ul> </div> <hr/> - <img id="v2_8_0_image" src="flip2.gif" onClick="toggleBlock('v2_8_0', 'v2_8_0_image');" align="top"/> + <img id="v2_8_0_image" src="flip1.gif" onClick="toggleBlock('v2_8_0', 'v2_8_0_image');" align="top"/> Detectors added in v2.8.0<br/> Note: This version of fb-contrib requires FindBugs v1.0.0<br/> - <div id="v2_8_0" style="display:block;"> + <div id="v2_8_0" style="display:none;"> <ul> <li><b>[NMCS] Needless Member Collection Synchronization</b><br/> Looks for private collection members, either static or instance, that are only initialized in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |