...
Failure to start threads correctly can cause unexpected behavior.
Rule | Severity | Likelihood | Detectable | RepairableRemediation Cost | Priority | Level |
|---|---|---|---|---|---|---|
THI00-J | Low | Probable | Yes | YesMedium | P4P6 | L3L2 |
Automated Detection
Automated detection of direct invocations of Thread.run() methods is straightforward. Sound automated determination of which specific invocations are permitted may be infeasible. Heuristic approaches may be useful.
...