Sonar is an open source quality management platform used to monitor technical debt and put it under control.

learn more… | top users | synonyms

0
votes
0answers
7 views

Sonar runner on a project containing c# and javascript

I have been trying to get Sonar code analysis work on a c# project. Since it's a web project I'd also like to run analysis on JavaScript. However, as mentioned in the following link, you cannot run ...
0
votes
0answers
6 views

Sonar 3.5.1/sonar-runner 2.2 fails with BadDatabaseVersion

I have installed Sonar 3.5.1 on a brand new PostgreSQL 9.2 database. The server seems to run fine, but sonar-runner (v2.2) fails with the following error: Caused by: ...
0
votes
0answers
12 views

set configuration properties in sonar

Maybe, this question is silly but I'm very new. I try to search without luck. I got two errors when building maven project with sonar: No information about coverage per test. Although I had ...
1
vote
0answers
40 views

Is there a hashCode(), equals() and toString() method generator that doesn't flag lots of Sonar violations

I use eclipse to generate hashCode(), equals() and toString() methods, I just run Sonar on my project and most of the 179 violations are due to the code in these methods, mainly due to these ...
1
vote
0answers
15 views

Error when running mvn sonar:sonar

I'm trying to set up sonar locally. I have sonar running on port 9000. When I run mvn sonar:sonar on my project I get the following error [ERROR] Failed to execute goal ...
0
votes
1answer
20 views

sonar:sonar doesn't support the “key” attribute

I install the sonar server 3.5.1, jdk1.6.0_26 and apache ant 1.9.0, and download the plugin sonar-ant-task-2.1.jar under the directory apache-ant-1.9.0/lib/. when I run the ant sonar, I meet the ...
0
votes
0answers
24 views

Conditionally Allow Checkin Only if Code Coverage Numbers increase

I am Currently working on a big java project, which needs to be managed in bigger & better ways. It is using SVN , Hudson , Sonar. After multiple checkins in a day , a nightly Hudson build is run ...
0
votes
1answer
15 views

Does mvn sonar instrument analysed classes

What exactly does mvn sonar:sonar? does it instrument classes to measure code coverage? or it just sends sources to the server? to sum it up: can i safely do mvn verify sonar:sonar deploy and be sure ...
0
votes
1answer
12 views

Sonar runner deletes project and fails

I'm trying to run sonar on a .NET project. I have installed all the c# plugin and I'm trying to run sonar runner on my project. The problem is that somewhere in the process it deletes all the files. ...
-1
votes
0answers
13 views

Can i use EclEmma coverage report in sonar?

I have to generate a code coverage for unit tests on sonar.Eclipse provide eclEmma for providing code coverage by unit tests.I am able to generate coverage report using eclEmmma 2.0,How can i use this ...
-2
votes
1answer
19 views

sonar-runner multi language support for javascript [closed]

On the sonar-runner help page http://docs.codehaus.org/display/SONAR/Analyzing+with+Sonar+Runner has an example shows module.sonar.language=javascript But doing this reported an error saying I had ...
0
votes
1answer
8 views

Latest sonar-application zip not deployed to codehaus repository

We have a situation where we need to customer the sonar zip created by the sonar-application maven project. In the past we have done this by referencing the zip thru a maven dependency. In this case ...
0
votes
1answer
11 views

Is it possible to get the technical debt per file in Sonar?

Is it possible to get the technical debt per file in Sonar and preferably export it so it is possible to put in a chart?
0
votes
1answer
19 views

Error in Sonar while executing Findbug rules

I'm getting following error after configuring my sonar project with findbugs. Please help me out. BUILD FAILED 17-May-2013 11:18:15 ...
0
votes
1answer
13 views

sonar-runner.bat issues when use H2 databse

I download sonar-3.5.1 from the sonar web site. and i set the sonar.properties database like this: sonar.jdbc.username: sonar sonar.jdbc.password: sonar ...
-2
votes
1answer
14 views

Create custom rule for code analysis using sonar for C# project [closed]

I have jdk version 1.5.0 and fxcop 1.36 version... My system is 32 bit and windows 7 operating system.. I want to install and cofigure the sonar into my system.. What are the steps to be followed to ...
1
vote
3answers
64 views

Bad practice - Class defines compareTo(…) and uses Object.equals()

Wondering what needs to be done for listed method public final int compareTo(final FieldDTO o) { return o.available.compareTo(this.available); its throwing exception on line 2 stating ...
3
votes
1answer
27 views

Is there a Sonar webservice API that lists all the libraries a project uses?

There is a webpage that shows this information, but the webservice API docs do not mention any apis for listing libraries.
0
votes
1answer
21 views

Installing sonar plugin on jenkins

I want to install sonar plugin on jenkins, for this i have installed sonar(version-3.2) and jenkins(version 1.464) on my machine and both of these tools are running. for installing sonar-jenkins ...
0
votes
1answer
30 views

Exception while running sonar-runner on a Java Project

I have installed sonar-runner-1.0 and sonar-3.1.1 on MAC OS X 10.8.2. I configured sonar-runner for my stand alone project and tried running sonar-runner file for analysis of the code. But the script ...
1
vote
1answer
35 views

Malicious code vulnerability - Field should be package protected

Sonar is giving me the message that Malicious code vulnerability - Field should be package protected for static array "FORMATS". How this code is malicious basically I am having a public class to ...
0
votes
1answer
60 views

“No information about coverage per test.” from Sonar with Jacoco Ant build

I'm using Ant, Jacoco and Sonar. When I run my build Sonar tells me that "No information about coverage per test." and the Sonar dashboard has my coverage results, but I cannot drill down into them to ...
0
votes
1answer
24 views

Jenkins/Sonar - new error after server restart

Quick question about sonar/jenkins integration. First, a little background - we're working on implementing the build pipeline plugin, and last night we had an issue where one of our pipeline jobs ...
1
vote
3answers
28 views

Which JDK's release should I use when coding a sonar plugin?

I'm currently coding a plugin for sonar ( custom rules ) . Which JDK and API should I use in order to be compatible for teh majority of sonar instances ? JDK6 ? Thanks for your response
0
votes
1answer
28 views

why is coverage being ignored by sonar?

I don't understand what is happening with my multimodule project in python (only an experiment with sonar). This is the sonar log (not complete): . ...
0
votes
1answer
32 views

Jenkins Sonar jacoco

My JUnit testcoverage is not propagated to sonar when built on jenkins. The "Unit test coverage" field on sonar stays empty, the "Unit test success" field shows the correct values though. I'm using ...
0
votes
1answer
28 views

is sonar multi-module broken?

trying to make a multi module project I dowloaded the samples in github: I use this folder ...
0
votes
1answer
71 views

How to assign JUnit test resolution in Jenkins/Sonar?

We are a team who develop a software written in Java. We use JUnit for unit tests. We would like to find a plugin for Jenkins/Sonar to monitor the results of unit tests. The aim is to know which test ...
3
votes
1answer
63 views

Is every cyclic references between Java packages bad?

I've been using Sonar code quality management platform for some time, and for the most cases I find it very helpful in revealing hidden design flaws of my code base. However, there's one rule that ...
0
votes
1answer
19 views

sonar always throwing duplicate exception, even with only a file

I'm struggling with sonar server and sonar runner (standalone via commandline). My project sonar file is: # Required metadata sonar.projectKey=org.codehaus.sonar:calculator ...
0
votes
1answer
93 views

How to get tests coverage using Django, Jenkins and Sonar?

I'm trying to get test unit coverage with Sonar. To do so, I have followed these steps : Generating report with python manage.py jenkins --coverage-html-report=report_coverage Setting properties in ...
0
votes
1answer
81 views

Jenkins / Sonar integration

I am trying to use the jenkins sonar plugin, whenever i try to do a build i get the following error; > ERROR: Error during Sonar runner execution ERROR: Unable to execute > Sonar ERROR: ...
0
votes
1answer
25 views

Maven Sonar Plugin that generates HTML

Possibly a ridiculous question. But I'm a total noob with maven and sonar... I'm using the sonar plugin for maven. It works great. Using the command "mvn sonar:sonar" it connects to my localhost and ...
0
votes
1answer
14 views

Not able to exclude some java packages from local server analysis

We have upgarded sonar server 3.5.1. In order to use sonar I have upgraded my local eclipse to Juno(4.2) and sonar plugin to 3.1. Sonar server is able to exclude some packages usign sonar.excustions ...
0
votes
1answer
132 views

Sonar runner is failing - Error while creating file [90062-167]

I am running in to some issues when running sonar server (on a remote dev machine) abd then trying to run sonar runner on my machine on a simple project. I dont understand the error message, of ...
0
votes
0answers
14 views

java sonar web service client to retrieve matric for each file instead entire project

I am able to connect to sonar and retrieve matric information for entire project. But now I have to get matric information for each file(class) in my java class. My code is like List<Resource> ...
0
votes
0answers
36 views

sonar C# ecosystem: how to configure IT test coverage

We have a .NET C# solution with some first integrationtests, but no unit tests. How do I have to configure the sonar-project.properties to get test execution and code coverage to work? When using: ...
0
votes
1answer
34 views

insert unit tests results from xml file to sonar database

I have project that is being built using NAnt. Several projects are writeten in delphi, several - C++, others - C#. They have unit tests. NAnt is smart enough to execute these unit tests. As a result ...
0
votes
0answers
30 views

Deploying sonar via context.xml on Tomcat fails

When deploying the sonar.war directly to /tomcat_sonar/webapps everything runs fine. BUT: When defining a sonar.xml in /tomcat_sonar/conf/Catalina/localhost/ which is pointing to the war im getting ...
0
votes
0answers
27 views

How to use sonar web service client methods to retrieve analysed data from sonar in java program?

I have installed Sonar plugin. I'm able to Execute ResourceQuery.createForMetrics(resourceKey,"violations") and sonar.findAll(ManualMeasureQuery.create(projectKey). But now I want to retrieve : ...
0
votes
0answers
22 views

Sonar metrics for calculating technical debt man days

In technical debt calculation formula I found "uncovered_complexity_by_tests" in calculating cost_to_fix_uncovered_complexity. Can any one please let me know what is mean by ...
1
vote
1answer
21 views

mvn idea:idea exclude folder wildcard?

Running mvn idea:idea to generate IntelliJ IDEA project files we stumble into a folder that must be avoided, let's say .avoidMe, which is located inside every folder as a placeholder. folder1 | ...
0
votes
1answer
20 views

Disable rule in sonar

I want to disable a rule from Sonar so it doesn't show the results in the web page. In my case I want to hide (or not capture) the results about trailing comments. Is it posible to configure it ...
2
votes
1answer
51 views

Calling Sonar from my java program

I have installed sonar server on my localhost. And I am able to run and analyse the java project. Even i have installed sonar plugin on eclipse. But I want to run sonar from my java project(like ...
0
votes
1answer
26 views

exception in running on windows7 64 bit

When i run sonar using StartSonar.bat i am getting exception like as i read in http://obscuredclarity.blogspot.in/2012/05/install-sonar-on-windows-as-windows.html and i refered so many documentation ...
0
votes
0answers
10 views

Sonar Performance - Static inner class of Type Token [duplicate]

Sonar says "Performance - Could be refactored into a named static inner class The class DataServiceImpl$2 could be refactored into a named static inner class". <pre> ...
-6
votes
0answers
28 views

sonar Installation for Java source code analysis [closed]

I want to analyse my source code of java project. For this I want to use Sonar. But I don't know how to start. Please any body can guide me how to download(download link) and using this sonar for my ...
0
votes
1answer
27 views

How to setup sonar for code

I have installed sonar server as a service on a wintel dev box at work. i have also installed the eclipse sonar plugin. in the properties (windows -> prefeences -> sonar -> servers) i have setpu my ...
0
votes
1answer
34 views

configuring sonar to work with mysql

I am getting the following error constantly stack trace as follows: [sonar:sonar] 15:17:35.181 INFO o.s.c.p.Database - Create JDBC datasource for jdbc:mysql://clbblr-6301:3306/sonar BUILD ...
1
vote
1answer
19 views

Maven with sonar authentification

I am running maven with sonar. Since I activated authentification on sonar for security purposes, since then I got the following error : [ERROR] Can“t access to Sonar or project doesn't exist on ...

1 2 3 4 5 17