com.puppycrawl.tools.checkstyle.checks.coding
public class SuperCloneCheck extends AbstractSuperCheck
Checks that an overriding clone() method invokes super.clone().
Reference: Object.clone.
An example of how to configure the check is:
<module name="SuperClone"/>
Method Summary | |
---|---|
protected String | getMethodName()
{@inheritDoc} |