...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| PMD.Design.UseNotifyAllInsteadOfNotify FB.MT_CORRECTNESS.NO_NOTIFY_NOT_NOTIFYALL | Use notifyAll instead of notify Using notify() rather than notifyAll() | ||||||
Parasoft Jtest |
| TRS.ANFImplemented | Do not use 'notify()'; use 'notifyAll()' instead so that all waiting threads will be notified | ||||||
SonarQube |
| S2446 | "notifyAll" should be used |
...