[Fb-contrib-commit] SF.net SVN: fb-contrib: [825] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2007-02-02 05:37:54
|
Revision: 825
http://svn.sourceforge.net/fb-contrib/?rev=825&view=rev
Author: dbrosius
Date: 2007-02-01 21:37:54 -0800 (Thu, 01 Feb 2007)
Log Message:
-----------
document SJVU
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.html
Modified: trunk/fb-contrib/htdocs/index.html
===================================================================
--- trunk/fb-contrib/htdocs/index.html 2007-02-02 05:32:37 UTC (rev 824)
+++ trunk/fb-contrib/htdocs/index.html 2007-02-02 05:37:54 UTC (rev 825)
@@ -47,6 +47,17 @@
<img src="vbar.gif" height="12"/>
<a href="bugdescriptions.html">Bug Descriptions</a>
+ <hr/>
+ <img id="svn_image" src="flip1.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/>
+ Detectors add in svn<br/>
+ <div id="svn" style="display:none;">
+ <ul>
+ <li><b>[SJVU] Suspicious JDK Version Use</b><br/>
+ Looks for calls to classes and methods that do not exist in the JDK for which this class is
+ compiled. This can happen if you specify the -source and -target options of the javac compiler, and
+ specify a target that is less than the jdk version of the javac compiler.</li>
+ </ul>
+ </div>
<hr/>
<img id="v3_2_0_image" src="flip2.gif" onClick="toggleBlock('v3_2_0', 'v3_2_0_image');" align="top"/>
Detectors added in v3.2.0<br/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|