You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is a core plugin without any UI concerns.
It must absolutely not depend on org.eclipse.ui. If we remove this dependency there is only one error on : PlatformUI.getPreferenceStore() to get ANALYZER_EP_CONTRIBUTOR_CHECK_ID.
It is better to use the IEclipsePreferenceService class like this (example found in FileHelper.class) :
This plugin is a core plugin without any UI concerns.
It must absolutely not depend on org.eclipse.ui. If we remove this dependency there is only one error on : PlatformUI.getPreferenceStore() to get ANALYZER_EP_CONTRIBUTOR_CHECK_ID.
It is better to use the IEclipsePreferenceService class like this (example found in FileHelper.class) :
The text was updated successfully, but these errors were encountered: