Reports any call of Object.finalize(). Calling
Object.finalize() explicitly is a very bad idea, as it can result in objects being placed in an
inconsistent state. Calls to super.finalize() from within implementations of finalize()
are benign, and are not reported by this inspection.