Community
Participate
Working Groups
Created attachment 184734 [details] Patch showing the expected behaviour In org.eclipse.core.internal.preferences.EclipsePreferences.convertFromProperties(EclipsePreferences, Properties, boolean) listeners of wrong node are notified about new key-value pair being added. If we are calling childNode.internalPut(key, value) then we should be calling firePreferenceEvent for 'childNode' not for 'node'. Attached patch shows the expected behaviour.
Fixed in HEAD.