Inspectopedia
 
2024.3

Instantiating a 'Thread' with default 'run()' method

Warning
New
Last modified: 03 December 2024

Reports instantiations of Thread or an inheritor without specifying a Runnable parameter or overriding the run() method. Such threads do nothing useful.

Example: