Bug 490586 - Fix Javadoc for Plugin#getPluginPreferences for the usage of preferences
Summary: Fix Javadoc for Plugin#getPluginPreferences for the usage of preferences
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.6 M7   Edit
Assignee: Lars Vogel CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2016-03-29 07:56 EDT by Lars Vogel CLA
Modified: 2016-05-17 05:29 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2016-03-29 07:56:44 EDT
It says:

To set preferences
	 * for your plug-in, use <tt>new InstanceScope().getNode(&lt;yourPluginId&gt;)</tt>.  To set default
	 * preferences for your plug-in, use <tt>new DefaultScope().getNode(&lt;yourPluginId&gt;)</tt>.
	 * To lookup an integer preference value for your plug-in, use
Should be 

InstanceScope.INSTANCE and DefaultScope.INSTANCE
Comment 1 Eclipse Genie CLA 2016-03-29 08:02:51 EDT
New Gerrit change created: https://git.eclipse.org/r/69421
Comment 3 Lars Vogel CLA 2016-04-25 15:10:23 EDT
Mass move to 4.6 RC1. We might push out more to 4.7.
Comment 4 Lars Vogel CLA 2016-05-17 05:29:32 EDT
This was fixed earlier