Bug 25183

Summary: AST: ITypeBinding of interface returns constructor
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Martin Aeschlimann CLA 2002-10-22 09:30:38 EDT
20021018 + jcore for 20021022

LocalCorrectionsQuickFixTest.testUnimplementedMethods

Set breakpoint in 
UnimplementedMethodsCompletionProposal.findUnimplementedInterfaceMethods to see 
that the ITypeBinding of a interface returns a constructor
Comment 1 Olivier Thomann CLA 2002-10-22 12:22:49 EDT
Changed milestone.
Comment 2 Olivier Thomann CLA 2002-10-22 15:10:47 EDT
I will release a change that gets rid of default abstract methods and
constructors of interfaces. I cannot get rid of the default constructor for a
class. I have no way to distinguish between valid constructors and the default
constructor.
Fixed and released in 2.1 stream.
Regression test (LocalCorrectionsQuickFixTest.testUnimplementedMethods) added. 
Comment 3 David Audel CLA 2002-11-14 05:57:55 EST
Verified.