Reports clone() methods which are not declared as throwing
CloneNotSupportedException. If clone() is not declared
to possibly throw CloneNotSupportedException, then subclasses which need to
prohibit cloning will not be able to do so in the standard way. This inspection will not report
clone() methods declared final,
or clone() methods on final classes.