Bug 81142

Summary: [assist] Content assist not proposing annotations for annotations
Product: [Eclipse Project] JDT Reporter: Kai-Uwe Maetzel <kai-uwe_maetzel>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.