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

Bug 366776

Summary: The RSE implementation of IRemoteUIFileManager doesn't implement the showConnections method
Product: [Tools] PTP Reporter: Corey Ashford <cjashfor>
Component: RDTAssignee: Greg Watson <g.watson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0.2   
Target Milestone: 5.0.5   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Patch which implements the showConnections() method for RSE g.watson: iplog+

Description Corey Ashford CLA 2011-12-14 21:03:28 EST
Build Identifier: M20110909-1335

the method showConnections is supposed to allow the file and directory browser methods to display a combo box of available connections.

This is implemented in the remotetools implementation, but for some reason, not in the RSE implementation.


Reproducible: Always

Steps to Reproduce:
Create a IRemoteUIFileManager object using a URI containing the "rse" scheme and then call showConnections(true) on that object.  Next, call browserFile(...) and notice that you do not get a connection chooser.
Comment 1 Corey Ashford CLA 2011-12-14 21:05:21 EST
Created attachment 208418 [details]
Patch which implements the showConnections() method for RSE
Comment 2 Corey Ashford CLA 2012-01-10 13:45:30 EST
Can we get this patch committed for 5.0.5?
Comment 3 Greg Watson CLA 2012-01-10 14:59:17 EST
Committed to ptp_5_0 and master, with the exception that onlyConnection is initialized to true to preserve the current behavior.
Comment 4 Corey Ashford CLA 2012-01-11 00:50:44 EST
Thanks for dealing with this so quickly, and also thanks for catching that error.

We need these changes for our remote tool launcher.