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

Migrate code using System#runFinalization() and Object#finalize() #3642

Open
jarthana opened this issue Jan 31, 2025 · 1 comment
Open

Migrate code using System#runFinalization() and Object#finalize() #3642

jarthana opened this issue Jan 31, 2025 · 1 comment
Labels
help wanted Extra attention is needed test Work on unit tests, no change of productive code

Comments

@jarthana
Copy link
Member

jarthana commented Jan 31, 2025

The above two methods have been deprecated and marked for removal. At some point, it will happen when the JDK is completely free from the usage of these methods. It's probably a good idea to start thinking about it as it might be a bit involved code changes.

Volunteers are welcome.

@jukzi
Copy link
Contributor

jukzi commented Jan 31, 2025

As far as i know for JDT only used (and needed) in tests. I do not plan to work on refactoring those tests as long as production code of the IDE (like SWT) depends on it (eclipse-platform/eclipse.platform.swt#1465).

@jukzi jukzi added help wanted Extra attention is needed test Work on unit tests, no change of productive code labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed test Work on unit tests, no change of productive code
Projects
None yet
Development

No branches or pull requests

2 participants