<html> | |
<body> | |
Reports on any call to <b>wait()</b> not made inside a loop. <b>wait()</b> is normally | |
used to suspend a thread until a condition is true, and that condition should be checked after the <b>wait()</b> | |
returns. A loop is the clearest way to achieve this. | |
<!-- tooltip end --> | |
<p> | |
</body> | |
</html> |