Bug 13143

Summary: Binary constructor search does not work (ref & decl)
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Dani Megert CLA 2002-04-10 04:54:01 EDT
Build 20020409
Summary says it.
Test Case:
Select java.io.FilePermission(String, String)
Search for declarations in workspace
Comment 1 Jerome Lanneluc CLA 2002-04-17 05:27:34 EDT
When creating the method handle, we looked for a method that matched the 
selector instead of the type for a constructor.
Fixed.