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