Pattern: Missing super.clone()
call
Issue: -
Checks that an overriding clone()
method invokes super.clone()
. Does not check native methods, as they have no possible java defined implementation.
Reference: Object.clone().
To configure the check:
<module name="SuperClone"/>