Are there any Quality Management tools other than SonarQube

Sonarqube

Sonarqube Problem Overview


We in our organization are trying to implement a source code quality management tool. SonarQube is one such tool that we have come across, and it's quite full of features and is phenomenal. We want to compare it with its peers, if there are any, before we actually implement it.

Are there any good contenders to Sonar's capabilities and features?

Sonarqube Solutions


Solution 1 - Sonarqube

Solution 2 - Sonarqube

if you are concerned only about quality of code, then Sonar is a great tool and it is a way to go.

Though, I would recommend you to also look at the quality from a broader perspective. For example your customer would not care a lot about your code quality and instead would evaluate quality as number of bugs he encounters in your product releases. So in addition to code, you may analyse your defects, quality of your development process and probably many other aspects.

You may take a look at programeter, if you are interested in quality of the product as a whole, and not just the code quality (disclaimer: I am the co-founder at Programeter).

Solution 3 - Sonarqube

Panopticode is a good opensource alternative.

Solution 4 - Sonarqube

Since you are just starting out in that field simply go with sonar and re-evaluate in 1 year.

Solution 5 - Sonarqube

You don't indicate your platform. If you're an Eclipse shop, there's CodePro Analytix.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionHimanshu TanejaView Question on Stackoverflow
Solution 1 - SonarqubeJulien HoarauView Answer on Stackoverflow
Solution 2 - SonarqubeMark KofmanView Answer on Stackoverflow
Solution 3 - SonarqubeshipmasterView Answer on Stackoverflow
Solution 4 - SonarqubecherouvimView Answer on Stackoverflow
Solution 5 - SonarqubeZac ThompsonView Answer on Stackoverflow