Bug 14889 - bug in IJavaProject.findType(String, String)
Summary: bug in IJavaProject.findType(String, String)
Status: RESOLVED DUPLICATE of bug 14767
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:
Depends on:
Blocks:
 
Reported: 2002-04-30 03:53 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-30 03:53:46 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-30 04:59:17 EDT

*** This bug has been marked as a duplicate of 14767 ***