Example
public class
ClassA
{
protected void
finalize (
int
i)
throws
Throwable {
super
.finalize();
}
}
Solution
Do not overload the finalize() methods.