Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] I think MetaTypeProviderTracker is broken

I'm debugging MetaTypeProviderTracker and I see on line 105

if (serviceReference.getBundle() == _bundle)

This if statement is always false because _bundle is org.eclipse.osgi_3.9.0.v20130529-1710 which means that only MetaTypeProvider services registered by the OSGi bundle will be added.  I think the == should be !=.  Am I missing something?

Bryan

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top