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