Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362700

Summary: SystemTableTreeViewProvider should not use context object in adapter call to get subsystem
Product: [Tools] Target Management Reporter: David McKnight <dmcknigh>
Component: RSEAssignee: David McKnight <dmcknigh>
Status: RESOLVED FIXED QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.4 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 362701    
Attachments:
Description Flags
patch to use element instead of context object
none
updated patch to handle non-deferred case none

Description David McKnight CLA 2011-11-02 12:39:57 EDT
The SystemViewTableTreeProvider currently calls adapter.getSubSystem() on a potential context object.  This should be changed to use element.
Comment 1 David McKnight CLA 2011-11-02 12:45:19 EDT
Created attachment 206352 [details]
patch to use element instead of context object
Comment 2 David McKnight CLA 2011-11-02 12:48:30 EDT
I've committed the fix to the HEAD stream.
Comment 3 David McKnight CLA 2011-11-02 13:24:30 EDT
Created attachment 206354 [details]
updated patch to handle non-deferred case