Ensure that the clone() Method Calls super.clone()
es.uniovi.reflection.analyses.cmu.met53
This rule detects implementations of the clone method that do not call (directly or indirectly) super.clone() and encourages the programmer to include such call.