You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: