| <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> |