[Fb-contrib-commit] SF.net SVN: fb-contrib: [593] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-08-08 05:52:58
|
Revision: 593 Author: dbrosius Date: 2006-08-07 22:52:47 -0700 (Mon, 07 Aug 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=593&view=rev Log Message: ----------- document LEST Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2006-08-08 05:39:19 UTC (rev 592) +++ trunk/fb-contrib/htdocs/index.html 2006-08-08 05:52:47 UTC (rev 593) @@ -54,7 +54,10 @@ 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> - </ul> + <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 + problem occurred. This makes finding and fixing errors difficult.</li> </div> <hr/> <img id="v2_8_0_image" src="flip2.gif" onClick="toggleBlock('v2_8_0', 'v2_8_0_image');" align="top"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |