 
                            ...
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar | 4.2 | FB.MT_CORRECTNESS.RU_INVOKE_RUN | Invokes run on a thread (did you mean to start it instead?) | ||||||
| Coverity | 7.5 | DC.THREADING.thread_run | Implemented | ||||||
| Parasoft Jtest | 
 | CERT.THI00.IRUN | Do not call the 'run()' method directly on classes extending 'java.lang.Thread' or implementing 'java.lang.Runnable' | ||||||
| PVS-Studio | 
 | V6064 | |||||||
| SonarQube | 
 | S1217 | Thread.run() should not be called directly | 
...