Bug 94787

Summary: [Code Assist] Wrong Method proposal inside Annotation
Product: [Eclipse Project] JDT Reporter: Benjamin Pasero <ENJ>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.2 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Benjamin Pasero CLA 2005-05-11 12:55:30 EDT
Version: 3.1.0
Build id: I20050509-2010

Steps to reproduce:
1.) Create an Annotation:

@interface Foo {
    
}

2.) Set Caret into Annotation Body and call Ctrl+Space

Actual Results:
Code Assist is proposing all Methods from the Interface Annotation and Object
which are not overrideable.

Expected Results:
Code Assist is not proposing any Methods at all.

Regards,
Ben
Comment 1 David Audel CLA 2006-03-30 05:41:06 EST

*** This bug has been marked as a duplicate of 83005 ***