IDEADEV-41473 (Invoking "Commit Changes" causes IDEA to freeze)
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyWaitWhileNotSynchronized.html
blobf4e51210abab32fb69a9fcda37103933b1444500
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any call to <b><font color="#000080">wait()</font></b> not made inside a corresponding synchronized
5 statement or synchronized method within Groovy code. Calling <b><font color="#000080">wait()</font></b> on an object
6 without holding a lock on that object will result in an IllegalMonitorStateException being thrown.
7 Such a construct is not necessarily an error, as the necessary lock may be acquired before
8 the containing method is called, but its worth looking at.
9 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
10 </html>