Bug 83005

Summary: [1.5][assist] Content Assist in annotation offers to override methods
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ENJ
Version: 3.1   
Target Milestone: 3.2 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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. ***