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.

Computational Reflection Research Group
01-05-2026 13:28
Program Understandability
Method Declaration