Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable deprecation warning in FinalizerWithoutSuper test #3

Open
t1b00 opened this issue Aug 12, 2024 · 0 comments
Open

Disable deprecation warning in FinalizerWithoutSuper test #3

t1b00 opened this issue Aug 12, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@t1b00
Copy link
Collaborator

t1b00 commented Aug 12, 2024

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.

@t1b00 t1b00 added bug Something isn't working help wanted Extra attention is needed labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant