SonarLint analysis failed: Unable to load component class org.sonarsource.sonarlint.core.analyzer.sensor.SensorExecutor

Ran without issues. Scanned my source file in the IDE.

1 Like

Hi @Julien_HENRY, Iā€™m seeing the same issue using the SonarLint plugin with Android Studio. Did the fix you provided also get applied to that plugin? Thanks

Hi @rmatze,

Android Studio is an IntelliJ flavor, so yes you can try the custom build (4.1.0.3234) to see if that fix your issue.

Hi @Julien_HENRY,

That did work. Thanks

Hello, for your information SonarLint for IntelliJ 4.1, which includes the aforementioned fix, is now publicly available from the JetBrains plugin repository.

A post was split to a new topic: SonarLint analysis failed in Eclipse: Unable to load component class SensorExecutor

I ran into a similar problem, when my environment was java16
I solved it by using java8. I hope you can get your reference.