Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当声纳对 webapp 进行分析时,它只是分析 java 代码吗?
在仪表板上,指定的语言是“java”,所以我假设代码的总行数和所有指标都基于 java 代码。声纳工具不包括 .jsp 、 .css 、 .html 文件等。很明显它不包括 .css 文件,但我只是确保。
目前,Sonar 只能同时分析一种语言。因此,如果您没有指定其他语言(通过“sonar.language”属性),Sonar 将仅分析您的应用程序的 Java 代码。