[Fb-contrib-commit] SF.net SVN: fb-contrib: [645] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-09-11 05:21:03
|
Revision: 645 http://svn.sourceforge.net/fb-contrib/?rev=645&view=rev Author: dbrosius Date: 2006-09-10 22:20:58 -0700 (Sun, 10 Sep 2006) Log Message: ----------- remove BSB doc for now Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2006-09-11 05:17:55 UTC (rev 644) +++ trunk/fb-contrib/htdocs/index.html 2006-09-11 05:20:58 UTC (rev 645) @@ -52,10 +52,6 @@ Detectors added in svn<br/> <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 - the beginning that does not need to be synchronized. Moving these lines out of the synchronized - block should help multithreaded performance.</li> <li><b>[LEST] Lost Exception Stack Trace</b><br/> Looks for methods that catch exceptions, and rethrow another exception without encapsulating the original exception within it. Doing this loses the stack history, and where the original This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |