Bug 88298 - [1.5][assist] no completion inside SingleMemberAnnotation
Summary: [1.5][assist] no completion inside SingleMemberAnnotation
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 89744 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-17 03:59 EST by Philipe Mulet CLA
Modified: 2005-05-12 13:48 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 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