blob: f014325edc8295ea0e0282f38ab165465d0a202b [file] [log] [blame]
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -08001<html>
2<body>
3Reports on any call to <b>notify()</b> not made inside a corresponding synchronized
4statement or synchronized method. Calling <b>notify()</b> on an object
5without holding a lock on that object will result in an IllegalMonitorStateException being thrown.
6Such a construct is not necessarily an error, as the necessary lock may be acquired before
7the containing method is called, but it's worth looking at.
8<!-- tooltip end -->
9<p>
Tor Norbyec1ace1f2013-07-08 11:26:24 -070010
Jean-Baptiste Querub56ea2a2013-01-08 11:11:20 -080011</body>
12</html>