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
12-03-2025 17:14
Program Understandability
Method Declaration