blob: bc22a4cd8d6e3bc34edc57ec52882caaddac125c [file] [log] [blame]
<html>
<body>
<font face="verdana" size="-1">
This inspection reports instances of calls to java.lang.Thread.sleep() that occur inside loops. Such calls
are indicative of "busy-waiting". Busy-waiting is often inefficient, and may result in unexpected deadlocks
as busy-waiting threads do not release locked resources.
</font><br><small>Powered by InspectorGroovy</small></body>
</html>