...
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar |
| JAVA.CONCURRENCY.LOCK.SCTB | Synchronous Call to Thread Body (Java) | ||||||
| Coverity | 7.5 | DC.THREADING.thread_run | Implemented | ||||||
| Klocwork |
| JD.THREAD.RUN | |||||||
| 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 |
Related Guidelines
...