Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336664 - IApplication Javadoc
Summary: IApplication Javadoc
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Compendium (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.7 M6   Edit
Assignee: equinox.compendium-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 17:38 EST by Lars Vogel CLA
Modified: 2011-02-09 08:34 EST (History)
3 users (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 2011-02-08 17:38:02 EST
In the interface IApplication the Javadoc states:

An IApplication can be configured into the Platform's <code>org.eclipse.equinox.applications</code> extension-point.

I think the correct phrase would be:

An IApplication can be configured into the Platform's <code>org.eclipse.core.runtime.applications</code> extension-point.
Comment 1 Thomas Watson CLA 2011-02-09 08:34:21 EST
Thanks for catching this rather embarrassing mistake.  I think this dates way back when we split the application container out of core.runtime and thought we would need a new extension point.  Luckily we were able to reuse the old one that was already defined.  Javadoc has been fixed.