IDEADEV-41473 (Invoking "Commit Changes" causes IDEA to freeze)
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyReturnFromFinallyBlock.html
bloba99873bd9e8652cc1ccd9a61e1fe513c1715e5a0
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any instances of Groovy <b><font color="#000080">return</font></b> statements inside of <b><font color="#000080">finally</font></b>
5 blocks. While occasionally intended, such <b><font color="#000080">return</font></b> statements may mask exceptions thrown, and
6 tremendously complicate debugging.
7 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
8 </html>