FinalizerWithoutSuper test has some finalize methods which cause a deprecation warning in Java >= 9.
@nowarn annotation should disable these warnings but doesn't. This means that there are some errors at compilation.
We should find a way to disable those for FinalizerWithoutSuper only.
Rule test has been disabled for now, but tests pass when run.