Bug 14767 - bug in IJavaProject.findType(String, String)
Summary: bug in IJavaProject.findType(String, String)
Status: RESOLVED 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.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 14889 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-26 13:31 EDT by Martin Aeschlimann CLA
Modified: 2002-04-30 04:59 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 Martin Aeschlimann CLA 2002-04-26 13:31:13 EDT
latest (>20020425)
IJavaProject.findType(String) seems to work, but
IJavaProject.findType(String, String) fails for all types.

The problem seems to be the call
NameLookup.findType(..) with a wrong order of parameters
Comment 1 Philipe Mulet CLA 2002-04-26 17:55:35 EDT
Indeed, order was wrong. Thanks !

Fixed.
Comment 2 Philipe Mulet CLA 2002-04-30 04:59:18 EDT
*** Bug 14889 has been marked as a duplicate of this bug. ***