sonarqube
Fail build when trend in Sonar is bad
Does Sonar offer any way to raise alerts and fail a build when the trend for certain metrics is bad?[详细]
2023-04-03 04:13 分类:问答sonar c# eco system: how to specify diffent binaries folder
I am actually evaluate sonar (sonarsource.org) for using it with c#. Is it possible to specify a different binaries folder (MsBuild OutDir Property) for csharp projects? I use a custom OutDir on our[详细]
2023-04-02 21:43 分类:问答"Execute decorators" phase takes forever
I was just analyzing our (1 main/ 3 sub) project and wanted to analyze the code with my local Sonar server by typing mvn sonar:sonar (after cleaning and packaging the project(s)).[详细]
2023-04-02 06:46 分类:问答Unable to access Sonar MySQL database Caused by: java.sql.SQLException: Access denied for user 'sonar'@'glassfishdev.ccs.local' (using password: YES)
I am trying to add Sonar to my Continuous Integration build system. I am using ANT as my build script and I am using the sonar-ant-task-1.1.jar for sonar to generate the reports based on my source cod[详细]
2023-04-01 15:05 分类:问答Findbugs - "close() invoked on a value that is always null"
I have this block of code private void doSomething(Properties properties) throws XXException { PersistenceManager pm = null;[详细]
2023-04-01 06:23 分类:问答How to force Sonar to show coverage of test files?
I\'m using: Sonar version: 2.10 Emma version: 2.1.5320 Sonar Emma plugin version: 1开发者_如何学Python.2[详细]
2023-03-31 10:13 分类:问答Sonar plugin not working for projects that use ANT as a build script
Problem I have just installed the Sonar Jenkins plugin. I went into my configured job (a free style job) that produces a WAR file artifact through an ANT build and did as follows:[详细]
2023-03-31 06:19 分类:问答Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:sonar
We\'re using Sonar with jobs started by Jenkins. Now we get this error when Jekins tries to run sonar-maven-plugin:[详细]
2023-03-27 14:01 分类:问答Any current workarounds to use Sonar for Java 7 code?
I try to use Sonar on a Java 7 project (which relies on new syntactic features) and the PMD part and the Checkstyle part fail to parse those files.[详细]
2023-03-27 10:13 分类:问答Sonar - CSharp Plugins Ecosystem - Can not execute Sonar: Error while trying to get the next element name
Sonar CSharp Plugins Ecosystem is throwing error at the end of processing. I have checked the coverage-report.xml and it only include one line.[详细]
2023-03-27 03:08 分类:问答