Bug 83005 - [1.5][assist] Content Assist in annotation offers to override methods
Summary: [1.5][assist] Content Assist in annotation offers to override methods
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.2 M2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 94787 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-17 14:08 EST by Markus Keller CLA
Modified: 2006-03-30 05:41 EST (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 Markus Keller CLA 2005-01-17 14:08:20 EST
I20050112-1200

Content Assist in annotations offers to override methods from the (implicit)
superinterface java.lang.Annotation, although the methods cannot be overridden.
The offered default constructor is also not valid.

@interface A {
    // Content Assist here
}
Comment 1 David Audel CLA 2005-08-29 12:10:14 EDT
Fixed in HEAD and test added
  CompletionTests_1_5#test0245()
Comment 2 Olivier Thomann CLA 2005-09-20 11:20:57 EDT
 Verified in I20050920-0010 for 3.2M2
Comment 3 David Audel CLA 2006-03-30 05:41:06 EST
*** Bug 94787 has been marked as a duplicate of this bug. ***