Hello @philippefichet, welcome to the Sonar Community, and thanks for reporting this issue.
Regarding the errors you get, there are a few things that I want you to check:
- Which SDK version are you using to build the project and to run the analysis? Please make sure they are the same version.
- Have a look at this post: Java analyzer compile error after upgrading to OpenJDK11. It may be that some of the errors are caused by the “split package” problem, which may be introduced by some dependencies you are using. From the post, a solution may be to set
sonar.java.source=8
; it may be worth trying.
Besides the errors, I see that the analysis is successful, which is good news!
Small disclaimer: I would not worry about rules based on symbolic execution not working correctly since we’re not maintaining the symbolic execution engine, and a better solution will be available in future versions.
Cheers,
Angelo