Back to Error Prone

DeadThread

docs/bugpattern/DeadThread.md

2.49.0146 B
Original Source

The Thread is created with new, but is never started and is not otherwise captured.

Threads must be started with start() to actually execute.