Bug 219064 - Javadoc of AST#newTypeDeclaration() refers to inexistent setEnumeration(..)
Summary: Javadoc of AST#newTypeDeclaration() refers to inexistent setEnumeration(..)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 3.4 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-15 04:10 EST by Markus Keller CLA
Modified: 2008-03-25 12:08 EDT (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 Markus Keller CLA 2008-02-15 04:10:51 EST
I20080212-0800

Javadoc of AST#newTypeDeclaration() includes:
	 * <p>
	 * To create an enum declaration, use this method and then call
	 * <code>TypeDeclaration.setEnumeration(true)</code>.
	 * </p>

This paragraph is incorrect and should be deleted.
Comment 1 Olivier Thomann CLA 2008-02-15 10:18:59 EST
Paragraph removed.
Released for 3.4M6.
Comment 2 Frederic Fusier CLA 2008-03-25 12:08:28 EDT
Verified for 3.4M6 looking at v_846 contents.