Bug 88298

Summary: [1.5][assist] no completion inside SingleMemberAnnotation
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Olivier_Thomann
Version: 3.1   
Target Milestone: 3.1 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Philipe Mulet CLA 2005-03-17 03:59:37 EST
20050315

No completion at <|>

import java.lang.annotation.*;

@Target(ElementTyp<|>)
@interface MyAnnotation {
}
Comment 1 David Audel CLA 2005-04-13 10:05:39 EDT
*** Bug 89744 has been marked as a duplicate of this bug. ***
Comment 2 David Audel CLA 2005-04-13 10:38:37 EDT
Fixed.

Added support for completion inside single member annotation and annotation
attribute value

AnnotationCompletionParserTest#test0074() -> test0124()
CompletionTests_1_5#test0145() -> test0186()
Comment 3 Olivier Thomann CLA 2005-05-12 13:48:09 EDT
Verified in I20050510-0010 + JDT/Core v_556