blob: 714ba5473aedd7fd97fb1ac8ffe79531dd0668d6 [file] [log] [blame]
<html>
<body>
<font face="verdana" size="-1">
This inspection reports on any Groovy call to <b><font color="#000080">notify()</font></b> not made inside a corresponding synchronized
statement or synchronized method. Calling <b><font color="#000080">notify()</font></b> on an object
without holding a lock on that object will result in an IllegalMonitorStateException being thrown.
Such a construct is not necessarily an error, as the necessary lock may be acquired before
the containing method is called, but it's worth looking at.
</font><br><small>Powered by InspectorGroovy</small></body>
</html>