Skip to content

11.6.0.82831

Choose a tag to compare

@vnaskos-sonar vnaskos-sonar released this 29 Apr 10:12
· 117 commits to master since this release

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.