Bug 232104 - UIPreferenceInitializer does not initialize defaults
Summary: UIPreferenceInitializer does not initialize defaults
Status: RESOLVED INVALID
Alias: None
Product: RAP
Classification: RT
Component: Workbench (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2008-05-14 11:48 EDT by Jordi Boehme Lopez CLA
Modified: 2009-09-07 08:39 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jordi Boehme Lopez CLA 2008-05-14 11:48:10 EDT
Build ID: CVS HEAD (14.05.2008)

Steps To Reproduce:
In UIPreferenceInitializer.initializeDefaultPreferences():
IEclipsePreferences node = context.getNode(UIPlugin.getDefault()
				.getBundle().getSymbolicName());
This is a node for org.eclipse.rap.ui and not (as expected) org.eclipse.rap.ui.workbench
Comment 1 Rüdiger Herrmann CLA 2008-05-19 10:25:18 EDT
I don't quite understand what you expect and what is actually returned. Could you please clarify?
Comment 2 Jordi Boehme Lopez CLA 2008-05-19 10:37:03 EDT
The node for org.eclipse.rap.ui is currently returned.
I expect the node for org.eclipse.rap.ui.workbench. Thats the node with the preferences to initialize.

I've just notices the comment on the class: perhaps Bug 58975 is related to this issue!?

Comment 3 Elias Volanakis CLA 2009-01-26 22:44:54 EST
Jordi, Ruediger,

this sound like it was caused by Bug 259061 , which we fixed last week.

Jordi, can you confirm this is still open?

Elias.


Comment 4 Ivan Furnadjiev CLA 2009-02-20 08:22:13 EST
I've tested it in the Mail Demo RCP application and the node is "org.eclipse.rap.ui". I think that this bug is invalid at all - getting node for UIPlugin returns "org.eclipse.rap.ui" as expected.
Comment 5 Ivan Furnadjiev CLA 2009-09-07 08:39:53 EDT
Jordi, please reopen if the bug persist.