Bug 95211

Summary: [api] stale J2SE5 comment in IDOMImport
Product: [Eclipse Project] JDT Reporter: Jim des Rivieres <jeem>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 RC1   
Hardware: All   
OS: All   
Whiteboard:

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.