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

Bug 327582

Summary: [r-osgi]simplify implementation of getRemoteServiceReferences(ID[]...)
Product: [RT] ECF Reporter: Scott Lewis <slewis>
Component: ecf.providersAssignee: Scott Lewis <slewis>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.4.0   
Target Milestone: 3.4.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.