Bug 25183 - AST: ITypeBinding of interface returns constructor
Summary: AST: ITypeBinding of interface returns constructor
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 09:30 EDT by Martin Aeschlimann CLA
Modified: 2002-11-14 05:57 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 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.