Reports calls to object constructors inside clone() methods.
Instantiation of objects inside of clone() should be done by calling clone(),
instead of creating the object directly, to support later subclassing.
This inspection will not report
clone() methods declared final,
or clone() methods on final classes.