Multi-module Eclipse plugin project not fully discovered by Sonarcloud

Hello

The project is a GitHub project and Sonar cloud analysis is available publicly :

Only XML code was discovered and only 460 lines.

The Java code was ignored.

Thanks

Nicolas Baumann

Hi,

Can you provide a verbose analysis log?

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Thx,
Ann

Hello,

The problem exists only in automatic analysis mode. If I turn off automatic analysis and put the GitHub actions workflow file, the analysis is ok. In automatic mode, I don’t think I have access to any logs.

Regards,

Nicolas Baumann.

Hi Nicolas,

That’s very helpful.

Your best option here is to stick with the GHActions workflow since that’s apparently easy for you to toggle to and it runs correctly that way.

And to enhance automatic analysis for others, could you further characterize this project? Maybe share the structure and which parts of that structure are/are not picked up?

 
Thx,
Ann