Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Parasoft Jtest 2021.1

...

DesignUseNotifyAllInsteadOfNotify
FB.MT_CORRECTNESS.NO_NOTIFY_NOT_NOTIFYALLS2446 - "notifyAll" should be usedImplemented
ToolVersionCheckerDescription
CodeSonarParasoft Jtest
Include Page
CodeSonarParasoft_VCodeSonar
Parasoft_V
PMD
CERT.THI02.ANFDo not use 'notify()'; use 'notifyAll()' instead so that all waiting threads will be notified
SonarQube
Include Page
SonarQube_V
SonarQube_V
S2446Use notifyAll instead of notify
Using notify() rather than notifyAll()
Parasoft Jtest
Include Page
Parasoft_VParasoft_VTRS.ANFImplementedSonarQube Java Plugin
Include Page
SonarQube Java Plugin_VSonarQube Java Plugin_V

Related Guidelines

...