eclipse-platform / eclipse.platform.resources

Eclipse Public License 2.0
3 stars 18 forks source link

Use ILog service reference in CheckMissingNaturesListener #75

Closed laeubi closed 2 years ago

laeubi commented 2 years ago

CheckMissingNaturesListener is a DS component and thus can use an injected ILog instead of the static call to the Plugin Activator.

See https://github.com/eclipse-platform/eclipse.platform.runtime/issues/33