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

Address #isAccessible() deprecation in HybridPlotWorld #4165

Closed
NotMyFault opened this issue Sep 16, 2023 · 0 comments · Fixed by #4177
Closed

Address #isAccessible() deprecation in HybridPlotWorld #4165

NotMyFault opened this issue Sep 16, 2023 · 0 comments · Fixed by #4177

Comments

@NotMyFault
Copy link
Member

final boolean accessible = field.isAccessible();

is deprecated since Java 9. Given, the project uses Java 17, the deprecation can safely be updated.

The javadocs of the method might help you to update the deprecation properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant