Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 336664

Summary: IApplication Javadoc
Product: [Eclipse Project] Equinox Reporter: Lars Vogel <Lars.Vogel>
Component: CompendiumAssignee: equinox.compendium-inbox <equinox.compendium-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, remy.suen, tjwatson
Version: 3.7   
Target Milestone: 3.7 M6   
Hardware: PC   
OS: Linux   
Whiteboard:

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.