Reports any implementations of the
Object.finalize()
method which are not declared
protected
.
finalize()
should be declare
protected
, to prevent it from being explicitly invoked by other classes.