-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use equinox preferences APIs in AutoBuildJob class #497
Replace deprecated preferences APIs. In the implementation of IPreferenceChangeListener.preferenceChange(PreferenceChangeEvent) do not use the newValue field of the PreferenceChangeEvent object because it is null when autobuild is being turned on (this is caused by the method Preferences.setValue(String, boolean) removing the explicit setting when the value is equal to the default value). Partially fixes #497
- Loading branch information
Showing
1 changed file
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters