com.puppycrawl.tools.checkstyle.checks.coding

Class SuperFinalizeCheck

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

Author: Rick Giles

Method Summary
protected StringgetMethodName()
{@inheritDoc}

Method Detail

getMethodName

protected String getMethodName()
{@inheritDoc}