...
Tool | Version | Checker | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CodeSonar | 4.2 | FB.MT_CORRECTNESS.RU_INVOKE_RUN |
| JAVA.CONCURRENCY.LOCK.SCTB | Synchronous Call to Thread Body (JavaInvokes run on a thread (did you mean to start it instead?) | ||||||
Coverity | 7.5 | DC.THREADING.thread_run | Implemented | ||||||||
Parasoft Jtest |
| TRS.IRUN | Implemented | CERT.THI00.IRUN | Do not call the 'run()' method directly on classes extending 'java.lang.Thread' or implementing 'java.lang.Runnable' | ||||||
PVS-Studio |
| V6064 | |||||||||
SonarQubeSonarQube Java Plugin |
| S1217 - | Thread.run() should not be called directlyImplemented |
Related Guidelines
...