Bug 95211 - [api] stale J2SE5 comment in IDOMImport
Summary: [api] stale J2SE5 comment in IDOMImport
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 3.1 RC1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 15:24 EDT by Jim des Rivieres CLA
Modified: 2005-05-27 06:10 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 Jim des Rivieres CLA 2005-05-13 15:24:12 EDT
3.1 M7

IDOMImport contains a stale J2SE5 comment. It should be deleted.
(The whole class is deprecated.)

 * <p>
 * Note: Static imports are an experimental language feature 
 * under discussion in JSR-201 and under consideration for inclusion
 * in the 1.5 release of J2SE. The support here is therefore tentative
 * and subject to change.
 * </p>
 * @param flags the modifier flags for this import
 * @see org.eclipse.jdt.core.Flags
 * @since 3.0
 */
void setFlags(int flags);
Comment 1 Jim des Rivieres CLA 2005-05-13 15:25:37 EDT
What I meant to say was that the stale comment should be deleted. The class 
should definitely stay.
Comment 2 Olivier Thomann CLA 2005-05-16 15:42:57 EDT
Fixed and released in HEAD.
Jim, please verify.
Comment 3 Frederic Fusier CLA 2005-05-27 06:10:16 EDT
Verified for 3.1 RC1 with build I20050527-0010.