blob: b9471029accb15e1ef880415c564fd32cc050900 [file] [log] [blame]
<html>
<body>
Reports <b>clone()</b> methods which
are not declared <b>final</b>. Since <b>clone()</b> may
be used to instantiate objects without using a constructor, allowing the <b>clone()</b>
method to be overridden may result in corrupted objects, and possible security
exploits. This may be prevented by making the <b>clone()</b>
method <b>final</b>.
<!-- tooltip end -->
<p>
</body>
</html>