Bug 13143 - Binary constructor search does not work (ref & decl)
Summary: Binary constructor search does not work (ref & decl)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 04:54 EDT by Dani Megert CLA
Modified: 2002-04-17 05:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.