For full release notes, see JIRA
Extension Points Changes
Extension point | Method | Removed or added? | Why? |
---|---|---|---|
org.sonarlint.eclipse.core.analysisConfigurator | org.sonarlint.eclipse.core.analysis.IAnalysisConfigurator#analysisComplete(IPostAnalysisContext, IProgressMonitor) | Removed (deprecated) | This will not raise any events any longer and it's marked for removal. The analysis is handled by SLCore and it won't notify about completion. Third parties implementing this extension point should rather rely on a scheduled removal. |