blob: 74bef54fb4a50b080dd84af10a368855eb083515 [file] [log] [blame]
<html>
<body>
Reports calls to <b>java.lang.Thread.sleep()</b> that occur while
within a <b>synchronized</b> block or method. Sleeping
while synchronized may result in decreased performance, poor scalability, and possibly
even deadlocking. Consider using <b>wait</b> instead,
as it will release the lock held.
<!-- tooltip end -->
<p>
</body>
</html>