Beta Github->Sonarqube analyzer: Java and C source files ignored

I’m testing sonarcloud with 2 of my project:

I’m using automatic sonarcloud analysis for both.

For the C project, sonarcloud only analyzed a single Python source file found in the source, completely ignoring the C files and headers.

For the Java project, only random Javascript and XML files found in the repo are analyzed, Java files are ignored.

I haven’t found a setting to switch to a different language or anything like that. Looks like a bug to me.

Hi.

Are you trying to use the " Automatic Analysis Beta Feature", right?

Currently Java and C are not supported by the automatic analysis, check the documentation:

The following languages are currently supported:

  • ABAP
  • Apex
  • CSS
  • Flex
  • Go
  • HTML
  • JS
  • Kotlin
  • PHP
  • Python
  • Ruby
  • Scala
  • Swift
  • TypeScript
  • TSQL
  • XML
2 Likes

Yes, “Automatic Analysis Beta Feature”, I’ve been trying to find the correct name but it was not available when I tried enabling it for another repository. Sorry.

Thank you, it’s all clear now.