Bug 23383 - API: Add @since tags
Summary: API: Add @since tags
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-09-10 14:49 EDT by DJ Houghton CLA
Modified: 2002-10-07 10:56 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2002-09-10 14:49:01 EDT
We added some new API in org.eclipse.core.ant in the 2.0.1 stream.
We need to ensure that the javadoc has the appropriate @since tags.
We need to make them @since 2.1 (NOT 2.0.1)
Comment 1 Darin Swanson CLA 2002-09-19 11:26:19 EDT
Tagged the TargetInfo class
Tagged:
 AntRunner.DEBUG_BUILDFILE_TIMING
 AntRunner.getAvailableTargets()
 AntRunner.setArguments(String[])
Comment 2 Darin Swanson CLA 2002-09-19 11:26:44 EDT
Please verify (Jared)
Comment 3 Jim des Rivieres CLA 2002-10-07 09:29:09 EDT
It is generally a bad idea to add API in service releases. Eclipse plug-ins 
usually do not dictate the service level of prerequisite plug-ins.

I recommend acting as if you had only added interim API in 2.0.1, and that you 
are finalizing the API for 2.1

So label it @since 2.1 in the 2.0.* and 2.1 streams.
Comment 4 Jared Burns CLA 2002-10-07 10:56:55 EDT
Verified changes to 2.1 branch.

Added @since 2.1 tags to 2.0.1 branch.