Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyWaitCallNotInLoop.html
blobd82583da63f0b5742344344afc93df96db734395
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports on any call to <b><font color="#000080">wait()</font></b> from Groovy code not made inside a loop. <b><font color="#000080">wait()</font></b> is normally
5 used to suspend a thread until a condition is true, and that condition should be checked after the <b><font color="#000080">wait()</font></b>
6 returns. A loop is the clearest way to achieve this.
7 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
8 </html>