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

Bug 328181

Summary: Add getRemoteHost() to RemoteXLCompilerPropertyPage
Product: [Tools] PTP Reporter: Vivian Kong <vivkong>
Component: RDTAssignee: Vivian Kong <vivkong>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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