[Fb-contrib-commit] fb-contrib/htdocs index.html,1.22,1.23
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-11-10 03:17:21
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12169/htdocs Modified Files: index.html Log Message: doc abnormal finally block return Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- index.html 2 Nov 2005 06:13:55 -0000 1.22 +++ index.html 10 Nov 2005 03:17:13 -0000 1.23 @@ -18,6 +18,10 @@ Detectors added in CVS<br/> Note: these detectors are still in testing <ul> + <li><b>Abnormal Finally Block Return</b><br/> + Finds methods that return or throw an exception from a finally block. Since a finally block is + executed after any return or throw statements that are present in the try or catch block, these exit + values are swallowed by the finally block's actions.</li> <li><b>Non Collections Method Use</b><br/> Finds calls to collections objects using methods that are not defined in the Collections interfaces, but that have equivalent methods defined in such. By using the new methods, it allows for the |