我在SonarQube Server 5.1上配置了一个项目。这个项目有大约4k个文件和大约1.4百万行代码。
我为Java Profile配置了大约600条规则(SonarQube,PMD,FindBugs ..) 在我的Eclipse中,我安装了一个配置了SonarQube版本3.4的插件。
但是,当我执行SonarQube分析时,分析大约需要20分钟。
这个项目的规模是否合适?如何改善分析所用的时间?
Logs from execution by maven in the command line
使用的命令:mvn sonar:sonar -Dsonar.inclusions=**/TesteBO.java