com.puppycrawl.tools.checkstyle.checks.coding

Class SuperCloneCheck

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"/>
 

Author: Rick Giles

Method Summary
protected StringgetMethodName()
{@inheritDoc}

Method Detail

getMethodName

protected String getMethodName()
{@inheritDoc}