Tagged Questions

4
votes
2answers
2k views

Sonar project integration

We've quite big project with own build framework, based mostly on Java (however other languages exist). We'd like to use Sonar Hudson plugin to graphically present various code metrics. How do we ...
2
votes
2answers
472 views

Quality metrics and continuous integration for ruby on rails

In my day work, I work on your classic Java aplication. We use as "software factory" : Maven, Hudson and Sonar. In my night work, I work on personnal ruby on rails stuff. I have a certain number of ...
1
vote
0answers
24 views

SONAR code violation filtering by user

Does anyone know if there is SONAR extension for filtering violations by user/author who introduced them ? Idea is to pick a user, and SONAR would list all violations made in the code by that ...
0
votes
0answers
54 views

Using Sonar and IntelliJ Idea

I'm using IntelliJ Idea 11 and Sonar 2.11. I saw that there is a sonar plugin for eclipse and one for idea, but the one for idea is not longer supported... (source: ...
0
votes
2answers
137 views

Is there a Checkstyle-like tool to monitor XHTML (or XML) pages?

I am working on a project where we have many JSF pages - using the XHTML format. We monitor the quality of our code using Sonar (and thus Checkstyle, PMD, FindBugs...). This works great for the Java ...