blob: ca0deb75dd905e176dd7f3e4c463f76c7138eec7 [file] [log] [blame]
<html>
<body>
Reports calls to object constructors inside <b>clone()</b> methods.
Instantiation of objects inside of <b>clone()</b> should be done by calling <b>clone()</b>,
instead of creating the object directly, to support later subclassing.
<!-- tooltip end -->
<p>
</body>
</html>