Bug 219064

Summary: Javadoc of AST#newTypeDeclaration() refers to inexistent setEnumeration(..)
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: trivial    
Priority: P3 CC: Olivier_Thomann
Version: 3.4   
Target Milestone: 3.4 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.