Open
Description
Let's make sure issue is not already fixed in latest builds first.
- I verified latest Integration Build of Eclipse SDK doesn't provide the feature.
Suggestion
Upstream the changes in FixedScopedPreferenceStore
(Xtext) to ScopedPreferenceStore
to fix the memory leak
old bugs:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=239033
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362199
Relevant change: The handling of the INodeChangeListener
is changed to be the same as the IPreferenceChangeListener
(which fixes the memory leak)
What would be the steps to upstream this change with the proper attribution?
Community
- I understand suggesting an enhancement doesn't mandate anyone to implement it. Other contributors may consider this suggestion, or not, at their own convenience. The most efficient way to get it fixed is that I implement it myself and contribute it back as a good quality patch to the project.