Bug 384542 - Help page - Implementing a preference page should use/document preference initializer as it does in the code
Summary: Help page - Implementing a preference page should use/document preference ini...
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.3 RC3   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2012-07-08 08:14 EDT by Gary Karasiuk CLA
Modified: 2013-05-30 17:29 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 Gary Karasiuk CLA 2012-07-08 08:14:31 EDT
Build Identifier: Version 4.2

The page at:
http://127.0.0.1:53781/help/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fpreferences_prefs_implement.htm&cp=2_0_4_3_1

references this method initializeDefaultPreferences(IPreferenceStore store) which is deprecated.
The page should be updated to use the proper method. The example code already uses the proper method.

Reproducible: Always