[Fb-contrib-commit] SF.net SVN: fb-contrib:[1555] trunk/fb-contrib/htdocs/index.shtml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-05-09 06:34:16
|
Revision: 1555
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1555&view=rev
Author: dbrosius
Date: 2010-05-09 06:34:10 +0000 (Sun, 09 May 2010)
Log Message:
-----------
fix html
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.shtml
Modified: trunk/fb-contrib/htdocs/index.shtml
===================================================================
--- trunk/fb-contrib/htdocs/index.shtml 2010-05-09 06:29:31 UTC (rev 1554)
+++ trunk/fb-contrib/htdocs/index.shtml 2010-05-09 06:34:10 UTC (rev 1555)
@@ -51,9 +51,9 @@
<a href="bugdescriptions.html">Bug Descriptions</a>
<!--#include virtual="mbfg_menu.shtml" -->
<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
@@ -86,9 +86,9 @@
</ul>
</div>
<hr/>
- <img id="v4_2_0_image" src="flip2.gif" onClick="toggleBlock('v4_2_0', 'v4_2_0_image');" align="top"/>
+ <img id="v4_2_0_image" src="flip1.gif" onClick="toggleBlock('v4_2_0', 'v4_2_0_image');" align="top"/>
Detectors added in v4.2.0<br/>
- <div id="v4_2_0" style="display:block;">
+ <div id="v4_2_0" style="display:none;">
<ul>
<li><b>[PDP] Poorly Defined Parameter</b><br/>
Looks for non derivable methods that declare parameters and then cast those
@@ -118,7 +118,7 @@
</ul>
<ul>
<li><span style="color: #0000FF;">Maven pom file contributed by Grzegorz Slowikowski - THANKS!</span></li>
- <ul>
+ </ul>
</div>
<hr/>
<img id="v4_0_0_image" src="flip1.gif" onClick="toggleBlock('v4_0_0', 'v4_0_0_image');" align="top"/>
@@ -234,7 +234,7 @@
interface or super class contracts not to throw checked exceptions but appear owned by
the same author. Next are methods constrained by interface or super class contracts and
throw other types of checked exceptions. Lastly are method not constrained by any interface
- or superclass contract.</b><br/>
+ or superclass contract.<br/>
</ul>
</div>
<hr/>
@@ -286,7 +286,7 @@
<li><b>[PIS] Possible Incomplete Synchronization</b><br/>
Looks for classes that don't handle serialization of parent class member fields
when the class in question is serializable but is derived from non serializable
- classes.</b><br/>
+ classes.<br/>
</ul>
</div>
<hr/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|