Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyContinueOrBreakFromFinallyBlock.html
bloba7fcf84f487fbc45ee6734040f67fea1edc5f1be
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any instances of <b><font color="#000080">break</font></b> or <b><font color="#000080">continue</font></b> statements
5 inside of <b><font color="#000080">finally</font></b>
6 blocks in Groovy code. While occasionally intended, such statements are very confusing, may mask exceptions thrown, and
7 tremendously complicate debugging.
8 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
9 </html>