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

Bug 263170

Summary: 3.5 CNF API tagged as 3.4 API
Product: [Eclipse Project] Platform Reporter: Remy Suen <remy.suen>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: francisu
Version: 3.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Remy Suen CLA 2009-02-01 11:52:43 EST
CommonNavigatorManager and LinkHelperService was added to the 3.5 stream but their @since tags are pointing to 3.4.

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigatorManager.java?view=log

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/LinkHelperService.java?view=log

The CNM is an interesting case because it was added in the 3.2 stream as experimental API and then deleted later.
Comment 1 Francis Upton IV CLA 2009-02-01 11:54:52 EST
The version of the CNF that corresponds to Eclipse version 3.5 is 3.4, and the @since tags are relative to the version of the bundle, not the version of eclipse as a whole.  While this is confusing, it's not incorrect.