Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368301 - [flex] InternalVirtualTreeModelViewer should implement legacy ITreeModelViewer interface
Summary: [flex] InternalVirtualTreeModelViewer should implement legacy ITreeModelViewe...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.8   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 3.8 M5   Edit
Assignee: Pawel Piech CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 17:18 EST by Pawel Piech CLA
Modified: 2012-01-11 11:25 EST (History)
1 user (show)

See Also:
Michael_Rennie: review+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2012-01-10 17:18:15 EST
When refactoring the vifewer I left the old internal ITreeModelViewer interface for backward compatibility in projects that were referencing it (i.e. CDT).  But I omitted to make the virtual viewer implement it.  Then I recently ran into a problem making test code work with both 3.7 and 3.8 code streams.
Comment 2 Michael Rennie CLA 2012-01-11 11:25:17 EST
makes sense