Bug 94787 - [Code Assist] Wrong Method proposal inside Annotation
Summary: [Code Assist] Wrong Method proposal inside Annotation
Status: RESOLVED DUPLICATE of bug 83005
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.2 M2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-11 12:55 EDT by Benjamin Pasero CLA
Modified: 2006-03-30 05:41 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 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 ***