Community
Participate
Working Groups
Build Identifier: See comment 7 in bug 346269. Now all Preferences are iterated with below codes, which maybe update some non-EGL compiler settings incorrectly. Preferences projectPrefs = Platform.getPreferencesService().getRootNode().node(ProjectScope.SCOPE).node(project.getName()); String[] prefsFiles = projectPrefs.childrenNames(); for (String file : prefsFiles) { Preferences prefs = projectPrefs.node(file); // e.g. org.eclipse.edt.ide.core.prefs Reproducible: Always
The final solution for bug 346269 ended up making this not an issue anymore.
close.