Community
Participate
Working Groups
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.
Trivial fix. http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/?id=0f1a10d4575f9fb5e54cb3d12b87ee438941042a
makes sense