[Fb-contrib-commit] SF.net SVN: fb-contrib: [652] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-09-16 04:38:54
|
Revision: 652 http://svn.sourceforge.net/fb-contrib/?rev=652&view=rev Author: dbrosius Date: 2006-09-15 21:38:48 -0700 (Fri, 15 Sep 2006) Log Message: ----------- remove some false positives Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LostExceptionStackTrace.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LostExceptionStackTrace.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LostExceptionStackTrace.java 2006-09-16 03:39:53 UTC (rev 651) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LostExceptionStackTrace.java 2006-09-16 04:38:48 UTC (rev 652) @@ -172,7 +172,6 @@ else addCatchBlock(ex.getHandlerPC(), Integer.MAX_VALUE); } - return; } else if (pc == ex.getHandlerPC()) { removePreviousHandlers(pc); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |