This inspection reports on any call to wait() from Groovy code not made inside a loop. wait() is normally
used to suspend a thread until a condition is true, and that condition should be checked after the wait()
returns. A loop is the clearest way to achieve this.
Powered by InspectorGroovy