Problem:
When r4m finds an extension which is missing its PluginDescripter file the crash is only logged but not counted in it's R4MLifecycleParticipant.unidentifiablePlugins collection.
Operation is not influenced by this but causes considerable console spam!
Solution:
Extensions discovered via R4MLifecycleParticipant.scanCoreExtensions() should not get logged when missing their PluginDescripter file.
Problem: When r4m finds an extension which is missing its
PluginDescripter
file the crash is only logged but not counted in it'sR4MLifecycleParticipant.unidentifiablePlugins
collection.Operation is not influenced by this but causes considerable console spam!
Solution: Extensions discovered via
R4MLifecycleParticipant.scanCoreExtensions()
should not get logged when missing theirPluginDescripter
file.