...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| FB.MT_CORRECTNESS.SC_START_IN_CTOR | Constructor invokes Thread.start() | ||||||
Parasoft Jtest |
| TRS.CSTARTImplemented | Do not call the "start" method of threads from inside a constructor | ||||||
SonarQube |
| S2693 | Threads should not be started in constructors |
...