Bug 206597 - IType#resolveType(String) is not implemented for binary types
Summary: IType#resolveType(String) is not implemented for binary types
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-17 06:06 EDT by Markus Keller CLA
Modified: 2007-12-12 02:35 EST (History)
1 user (show)

See Also:


Attachments
Implementation and tests (49.66 KB, patch)
2007-11-30 07:53 EST, Jerome Lanneluc CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2007-10-17 06:06:16 EDT
I20071010-1200

IType#resolveType(String) is not implemented for binary types (always returns null). It should either be implemented or spec'd to return null for binary types.
Comment 1 Jerome Lanneluc CLA 2007-11-30 07:53:35 EST
Created attachment 84163 [details]
Implementation and tests
Comment 2 Jerome Lanneluc CLA 2007-11-30 10:31:58 EST
Implementation and tests released for 3.4M4
Comment 3 Maxime Daniel CLA 2007-12-12 02:26:49 EST
Verified for 3.4 M4 using build I20071211-0010.
Comment 4 Maxime Daniel CLA 2007-12-12 02:35:41 EST
BTW, the chosen path was to fully implement (as opposed to document that it was implemented as returning null).