sonarqube
SONAR - Measure Code Coverage using Cobertura
I am using sonar to measure code quality. One thing that I do not know is the steps to measure code coverage using Cobertura.[详细]
2023-04-12 10:48 分类:问答Code analysis using fxCop for C#..NET projects to display its results in Sonar
I am in need of running static code analysis using fxCop for C#..NET projects and display its results in Sonar? I am new to Sonar. Can I run FxCop from S开发者_运维问答onar on .NET code. How would I d[详细]
2023-04-10 18:11 分类:问答maven connecting to Sonar
I have maven installed on my local machine and I\'m trying to test out Sonar installed on a remote box.[详细]
2023-04-06 14:43 分类:问答Sonar - how to create sub projects with sonnar-runner
I have a Java project which consists of a couple of modules. I am using Sonar to statically analyse my code. Currently I am using sonar-runner to analyse each of the modules, and they appear as differ[详细]
2023-04-06 13:59 分类:问答Sonar Analysis for website project - ASP.NET
I was trying to build and analyze a asp.net website project using maven Command I used : mvn sonar:sonar -e[详细]
2023-04-05 23:24 分类:问答Sonar Code Coverage widget says No Data
I have a Sonar 2.10 installation with the C# eco system plugins (1.1-SNAPSHOT compiled yesterday). I am using PartCover 4.0.20908 To generate the coverage report.[详细]
2023-04-05 15:33 分类:问答sonar c# eco system: fxcop error code 521
Have following log, when building a .NET C# Solution: (Verbose switch in fxcop config) When executing the fxcopcmd.exe command on its own it works perfectly. Why doesn\'t it work with sonar-runner.ba[详细]
2023-04-05 02:15 分类:问答Error during Quality analysis of Csharp code
I am getting following error while launching quality analysis via \"mvn sonar:sonar\" command. Few info which might be helpful to you.[详细]
2023-04-04 05:53 分类:问答mvn sonar:sonar throws exception while doing Java AST scan
Please note :- My mvn clean install goes successful but when i do mvn sonar:sonar it throws me [ERROR]Squid Error occurs when analysing :/junk/test/src/main/java/API/com/API/HelloAPI.java[详细]
2023-04-03 18:23 分类:问答How to get Ant to ignore error from one target?
I have a target, comprised of several steps, that sometimes fails.All this target does is report t开发者_C百科o Sonar so if it fails, it\'s not catastrophic.How do I get the build to succeed even if t[详细]
2023-04-03 06:56 分类:问答