[Fb-contrib-commit] SF.net SVN: fb-contrib:[1135] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-03-01 19:43:13
|
Revision: 1135 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1135&view=rev Author: dbrosius Date: 2009-03-01 19:43:07 +0000 (Sun, 01 Mar 2009) Log Message: ----------- document BED Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2009-03-01 19:33:47 UTC (rev 1134) +++ trunk/fb-contrib/htdocs/index.html 2009-03-01 19:43:07 UTC (rev 1135) @@ -48,6 +48,17 @@ <a href="bugdescriptions.html">Bug Descriptions</a> <hr/> + <img id="svn_image" src="flip1.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/> + Detectors added in SVN<br/> + <div id="svn" style="display:none;"> + <ul> + <li><b>[BED] Bogus Exception Declaration</b><br/> + Looks for constructors, private methods or static methods that declare that they + throw specific checked exceptions, but that do not. This just causes callers of + these methods to do extra work to handle an exception that will never be thrown.</li> + </ul> + </div> + <hr/> <img id="v3_8_0_image" src="flip2.gif" onClick="toggleBlock('v3_8_0', 'v3_8_0_image');" align="top"/> Detectors added in v3.8.0<br/> <div id="v3_8_0" style="display:block;"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |