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_NOTIFYALL
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 notifiedUse notifyAll instead of notify
Using notify() rather than notifyAll()
Parasoft Jtest
Include Page
Parasoft_VParasoft_VTRS.ANFImplemented
SonarQube
Include Page
SonarQube_V
SonarQube_V
S2446"notifyAll" should be used

...