Bug 127171 - [Commands] New API elements missing @since
Summary: [Commands] New API elements missing @since
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1.2   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Douglas Pollock CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2006-02-09 16:54 EST by John Arthorne CLA
Modified: 2006-02-14 16:08 EST (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 John Arthorne CLA 2006-02-09 16:54:33 EST
Build id: I20060208-0848

The following new API elements in Eclipse 3.2 are missing "@since 3.2" tags:

org.eclipse.core.commands.Command#addState(java.lang.String, org.eclipse.core.commands.State)
org.eclipse.core.commands.Command#removeState(java.lang.String)
org.eclipse.core.commands.CommandManager#AUTOGENERATED_CATEGORY_ID
org.eclipse.core.commands.CommandManager#getAllCommands()
org.eclipse.core.commands.ExecutionEvent#toString()
org.eclipse.core.commands.operations.TriggeredOperations#replaceContext(org.eclipse.core.commands.operations.IUndoContext, org.eclipse.core.commands.operations.IUndoContext)
org.eclipse.jface.bindings.keys.KeySequenceText#addPropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener)
org.eclipse.jface.bindings.keys.KeySequenceText#firePropertyChangeEvent(org.eclipse.jface.bindings.keys.KeySequence)
org.eclipse.jface.bindings.keys.KeySequenceText#P_KEY_SEQUENCE
org.eclipse.jface.bindings.keys.KeySequenceText#removePropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener)
Comment 1 Douglas Pollock CLA 2006-02-13 11:44:43 EST
Added the since tags to everything except the toString() method.  The toString() method would have been inherited in 3.1.

John: Thanks for running the API tool over our classes.
Comment 2 Douglas Pollock CLA 2006-02-14 16:08:36 EST
Verified by checking the javadoc included with I20060214-0800.