Error in SonarLint for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 21.0.4
  • OS: Mac OS X aarch64
  • IDE: IntelliJ IDEA 2024.2.3
  • SonarLint: 8.1.0.65508
c.ij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'o.sl.ij.actions.SonarAnalyzeChangedFilesAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: org.sonarlint.idea]
	at c.ij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at c.ij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at c.ij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at c.ij.oa.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at c.ij.oa.actionSystem.AnAction.getActionUpdateThread(AnAction.java:201)

Hi,

Welcome to the community and thanks for this report!

The current version of SonarLint is 10.11.1.79663, can you upgrade and see if this is still replicable?

 
Thx,
Ann