mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
12 lines
333 B
HTML
12 lines
333 B
HTML
<html>
|
|
<body>
|
|
Reports classes that directly extend <code>java.lang.Thread</code>.
|
|
It is usually recommended to prefer composition over inheritance to create more reusable code that is easier to modify later.
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
class MainThread extends Thread {
|
|
}
|
|
</code></pre>
|
|
<!-- tooltip end -->
|
|
</body>
|
|
</html> |