Bug 78149

Summary: [model] IType.resolveType(String typeName) fails
Product: [Eclipse Project] JDT Reporter: Alexander Pavlov <Alexander.Pavlov>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0.1   
Target Milestone: 3.3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Alexander Pavlov CLA 2004-11-09 04:17:03 EST
Create a class "package1" in the "package1" package (that is, the class and its 
package have the same name). Create classes "Class1" and "Class2" in 
the "package1" package. Then let's pretend we have an
IType class1 = ...
corresponding to the "Class1" class. Now let's invoke 
class1.resolveType("package1.Class2");
It returns null, presumably due to trying to resolve an inner type of 
the "package1" class alone, not regarding the "package1" package types. 

This is the same bug as the 45434, the one closed because of the lack of info. 
If some extra info is needed here, it will surely be supplied.
Comment 1 Jerome Lanneluc CLA 2006-03-28 08:49:37 EST
Will investigate for 3.3
Comment 2 Eclipse Webmaster CLA 2009-08-30 02:36:01 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.