Bug 81142 - [assist] Content assist not proposing annotations for annotations
Summary: [assist] Content assist not proposing annotations for annotations
Status: RESOLVED WORKSFORME
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 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 09:13 EST by Kai-Uwe Maetzel CLA
Modified: 2005-02-10 07:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai-Uwe Maetzel CLA 2004-12-15 09:13:12 EST
I200412142000

In the following example 'Target' is not proposed when invoking content assist 
at the indicated location.

@Ta>I<
public @interface IModelling {
	
	boolean UML() default false;
	boolean platformDependent() default true;
	boolean OSDependent() default true;
}
Comment 1 David Audel CLA 2005-02-10 07:43:22 EST
The problem does not exist with build I20050202

Closed.