Reports any classes which directly extend java.lang.Thread.
It is usually thought better practice to delegate to rather than extend
java.lang.Thread, so that a thread creator may exert better
control over the thread's behavior, and to better localize all concurrency related operations.