blob: 81b11b6e16e891327138e9daff745303d067f1e0 [file] [log] [blame]
<html>
<body>
Reports on any call to <b>wait()</b> not made inside a corresponding synchronized
statement or synchronized method. Calling <b>wait()</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 its worth looking at.
<!-- tooltip end -->
<p>
</body>
</html>