resources.report.rules.findbugs.WA_NOT_IN_LOOP.html Maven / Gradle / Ivy
WA_NOT_IN_LOOP
Wa: Wait not in loop (WA_NOT_IN_LOOP)
This method contains a call to java.lang.Object.wait()
which is not in a loop. If the monitor is used for multiple conditions,
the condition the caller intended to wait for might not be the one
that actually occurred.