Sonar plugin for Idea does not detect any issues

I’m trying to just use sonar plugin for idea but it does not detect any issues.

For example I’ve added row like:

System.out.println("s");

and run “Analyze current file” and it hasn’t find anything but should detect “java:S106” issue like sonar server do.

Where may be my problem. Thank you for any help

My idea version is “IntelliJ IDEA 2023.3.2 (Community Edition)” and plugin’s - “10.25.0.81504”.

I’m trying to just use sonar plugin for idea but it does not detect any issues.

For example I’ve added row like:

System.out.println("s");

and run “Analyze current file” and it hasn’t find anything but should detect “java:S106” issue like sonar server do.

Where may be my problem. Thank you for any help

Hey @Nazar_Fatikhov,

The first thing to look at would be the logs. Can you provide them, please?
With them you can see potential issues.

Cheers :glass_of_milk:

1 Like