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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
