Bug 14767

Summary: bug in IJavaProject.findType(String, String)
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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. ***