I am trying to build and use java custom rules samples from the repository : https://github.com/SonarSource/sonar-examples/tree/master/plugins/java-custom-rules.
Everything is fine when building and I am able to activate the rules through SonarQube.
However, when running analysis with ant, I have a lot of "error" and at the end, I don't have any issue while there should be a lot.
Error I am having are :
[sonar:sonar] 08:54:05.985 ERROR - Could not complete symbolic execution: reached limit of 10000 steps for method search in class TestClass [sonar:sonar] 08:54:06.152 ERROR - Could not complete symbolic execution: reached limit of 10000 steps for method method1 in class TestClass