Bug 78149 - [model] IType.resolveType(String typeName) fails
Summary: [model] IType.resolveType(String typeName) fails
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-09 04:17 EST by Alexander Pavlov CLA
Modified: 2009-08-30 02:36 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 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.