Bug 300723 - Fup of bug 235783
Summary: Fup of bug 235783
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-25 14:52 EST by Olivier Thomann CLA
Modified: 2010-03-09 06:17 EST (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 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.