Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328181 - Add getRemoteHost() to RemoteXLCompilerPropertyPage
Summary: Add getRemoteHost() to RemoteXLCompilerPropertyPage
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RDT (show other bugs)
Version: 5.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 5.0   Edit
Assignee: Vivian Kong CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 17:13 EDT by Vivian Kong CLA
Modified: 2010-10-20 10:26 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vivian Kong CLA 2010-10-19 17:13:07 EDT
In the case where project location is not on a RSE host, RSEUtils.getAnyConnection(project.getLocationURI()) will return null and there will be an error in the RemoteXLCompilerPropertyPage.

We should move the call to RSEUtils into a getRemoteHost() method so subclass of RemoteXLCompilerPropertyPage can modify the implementation.
Comment 1 Vivian Kong CLA 2010-10-20 10:26:19 EDT
Fixed in HEAD