Bug 300723

Summary: Fup of bug 235783
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jarthana
Version: 3.6   
Target Milestone: 3.6 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Olivier Thomann CLA 2010-01-25 14:52:19 EST
More methods must be added to CodeSnippetParser.
See bug 235783 comment 10.
Comment 1 Olivier Thomann CLA 2010-01-28 15:42:02 EST
Ok, I think we don't need these methods.
 (a) consumeClassInstanceCreationExpressionQualifiedWithTypeArguments() as per
description
 (b) consumeEnumHeaderName() and consumeAnnotationTypeDeclarationHeaderName()
as per comment 1.

(b): None of these are required as enum and annotation cannot be local.
interface as well so we should get rid of the overriding of the method consumeInterfaceHeaderName1.

I'll clean it.
Comment 2 Olivier Thomann CLA 2010-02-01 10:55:32 EST
Released for 3.6M6.
Verification can be done by checking the source.
Comment 3 Jay Arthanareeswaran CLA 2010-03-09 06:17:32 EST
Verified for 3.6M6 by code inspection.