Inspectopedia
 
2024.3

'signal()' without corresponding 'await()'

Warning
New
Last modified: 03 December 2024

Reports calls to Condition.signal() or Condition.signalAll() for which no call to a corresponding Condition.await() can be found.

Only calls that target fields of the current class are reported by this inspection.

Example: