Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362700 - SystemTableTreeViewProvider should not use context object in adapter call to get subsystem
Summary: SystemTableTreeViewProvider should not use context object in adapter call to ...
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M4   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 362701
  Show dependency tree
 
Reported: 2011-11-02 12:39 EDT by David McKnight CLA
Modified: 2012-02-06 09:34 EST (History)
0 users

See Also:


Attachments
patch to use element instead of context object (2.39 KB, patch)
2011-11-02 12:45 EDT, David McKnight CLA
no flags Details | Diff
updated patch to handle non-deferred case (797 bytes, patch)
2011-11-02 13:24 EDT, David McKnight CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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