mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
8 lines
362 B
HTML
8 lines
362 B
HTML
<html>
|
|
<body>
|
|
Reports <code>clone()</code> methods that are <code>protected</code> and not <code>public</code>.
|
|
<p>When overriding the <code>clone()</code> method from <code>java.lang.Object</code>, it is expected to make the method <code>public</code>,
|
|
so that it is accessible from non-subclasses outside the package.</p>
|
|
<!-- tooltip end -->
|
|
</body>
|
|
</html> |