This finalize() method does not make a call to its
superclass's finalize() method. So, any finalizer
actions defined for the superclass will not be performed.
Add a call to super.finalize().
This rule is deprecated, use {rule:squid:ObjectFinalizeOverridenCallsSuperFinalizeCheck} instead.