Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 305743 - [Help] Add back the old constructor to RemoteIC
Summary: [Help] Add back the old constructor to RemoteIC
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M7   Edit
Assignee: Jim Perry CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-12 17:17 EST by Chris Goldthorpe CLA
Modified: 2010-03-16 12:35 EDT (History)
0 users

See Also:


Attachments
Patch for adding the old constructor (1.19 KB, patch)
2010-03-15 17:14 EDT, Jim Perry CLA
cgold: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Goldthorpe CLA 2010-03-12 17:17:38 EST
In Eclipse 3.5 RemoteIC used to have a constructor with this signature. RemoteIC(boolean, String, String, String, String). We should add this back and maybe add a JUnit test to make sure that it defaults to http..
Comment 1 Jim Perry CLA 2010-03-15 17:14:39 EDT
Created attachment 162112 [details]
Patch for adding the old constructor

I add the old constructor back.  If the old constructor is used, protocol is assigned a constant who's values is "http"
Comment 2 Chris Goldthorpe CLA 2010-03-16 12:35:59 EDT
Patch committed to HEAD, Fixed.