Bug 257408

Summary: Usage of Platform non-API in org.eclipse.rse.useractions
Product: [Tools] Target Management Reporter: Martin Oberhuber <mober.at+eclipse>
Component: RSEAssignee: Kevin Doyle <kjdoyle>
Status: ASSIGNED --- QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 172649, 253481    

Description Martin Oberhuber CLA 2008-12-03 13:26:17 EST
RSE Useractions violates API contracts in following cases:
  SystemUDBaseTreeView illegally extends TreeViewer

We should get rid of these issues, or file bugs against Platform to open API that we need. This must be done until 3.1M6 latest to comply with Galileo requirement bug 253481. If Platform API changes are needed, these must be requested ASAP.

Instead of extending TreeViewer, we should consider configuring it through the new API's it provides. Looking at the DebugView may help us here since it has requirements similar to ours.