Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 327582 - [r-osgi]simplify implementation of getRemoteServiceReferences(ID[]...)
Summary: [r-osgi]simplify implementation of getRemoteServiceReferences(ID[]...)
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: 3.4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4.0   Edit
Assignee: Scott Lewis CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 12:48 EDT by Scott Lewis CLA
Modified: 2010-10-12 12:52 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 Scott Lewis CLA 2010-10-12 12:48:11 EDT
Currently, the r-osgi implementation of getRemoteServiceReferences(ID[],String,String) does an incorrect and unnecessary thing.  This should be simplified/removed to ignore the ID[] idFilter parameter. Also getRemoteServiceReferences(ID,ID[],String,String) similarly should be simplified.
Comment 1 Scott Lewis CLA 2010-10-12 12:52:25 EDT
Fix released to HEAD.