Alternatives to SonarQube logo

Alternatives to SonarQube

ReSharper, Checkmarx, Codacy, FindBugs, and Veracode are the most popular alternatives and competitors to SonarQube.
1.5K
1.8K
+ 1
52

What is SonarQube and what are its top alternatives?

SonarQube provides an overview of the overall health of your source code and even more importantly, it highlights issues found on new code. With a Quality Gate set on your project, you will simply fix the Leak and start mechanically improving.
SonarQube is a tool in the Code Review category of a tech stack.
SonarQube is an open source tool with 7.5K GitHub stars and 1.8K GitHub forks. Here’s a link to SonarQube 's open source repository on GitHub

Top Alternatives to SonarQube

  • ReSharper
    ReSharper

    It is a popular developer productivity extension for Microsoft Visual Studio. It automates most of what can be automated in your coding routines. It finds compiler errors, runtime errors, redundancies, and code smells right as you type, suggesting intelligent corrections for them. ...

  • Checkmarx
    Checkmarx

    It is a provider of state-of-the-art application security solution: static code analysis software, seamlessly integrated into development process. ...

  • Codacy
    Codacy

    Codacy automates code reviews and monitors code quality on every commit and pull request on more than 40 programming languages reporting back the impact of every commit or PR, issues concerning code style, best practices and security. ...

  • FindBugs
    FindBugs

    It detects possible bugs in Java programs. Potential errors are classified in four ranks: scariest, scary, troubling and of concern. This is a hint to the developer about their possible impact or severity. ...

  • Veracode
    Veracode

    It seamlessly integrates application security into the software lifecycle, effectively eliminating vulnerabilities during the lowest-cost point in the development/deployment chain, and blocking threats while in production. ...

  • SonarLint
    SonarLint

    It is an IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, it squiggles flaws so that they can be fixed before committing code. ...

  • JaCoCo
    JaCoCo

    It is a free code coverage library for Java, which has been created based on the lessons learned from using and integration existing libraries for many years. ...

  • ShiftLeft
    ShiftLeft

    ShiftLeft CORE provides fast and accurate application security findings built directly into the development workflow. ...

SonarQube alternatives & related posts

ReSharper

215
238
19
A Visual Studio extension for .NET and web developers
215
238
+ 1
19
PROS OF RESHARPER
  • 5
    Early discover bugs
  • 5
    Refactor also using different code
  • 4
    IDE Integration
  • 3
    Highlighted //todo //bug
  • 2
    Spell checking
CONS OF RESHARPER
  • 8
    Visual studio become slower

related ReSharper posts

Lana Grant
Sr Software Developer at Intellibridge · | 3 upvotes · 11.5K views
Shared insights
on
SonarQube SonarQube ReSharper ReSharper

I need to compile a comparative analysis of the differences between ReSharper and SonarQube features. Please share your experience/knowledge.

See more
Lana Grant
Sr Software Developer at Intellibridge · | 2 upvotes · 11.1K views
Shared insights
on
SonarQube SonarQube ReSharper ReSharper

I need to get a comparative analysis of code quality control features that exist in ReSharper but are lacking in SonarQube . Please advise.

See more

Checkmarx

69
120
0
Unify your application security into a single platform
69
120
+ 1
0
PROS OF CHECKMARX
Be the first to leave a pro
CONS OF CHECKMARX
Be the first to leave a con

related Checkmarx posts

Codacy

272
526
245
Automate and Standardize Code Reviews for 40+ languages
272
526
+ 1
245
PROS OF CODACY
  • 43
    Automated code review
  • 35
    Easy setup
  • 28
    Free for open source
  • 20
    Customizable
  • 18
    Helps reduce technical debt
  • 14
    Better coding
  • 13
    Best scala support
  • 11
    Faster Employee Onboarding
  • 10
    Duplication detector
  • 10
    Great UI
  • 9
    PHP integration
  • 6
    Python inspection
  • 5
    Tools for JVM analysis
  • 5
    Many integrations
  • 4
    Github Integration
  • 3
    Must-have for Java
  • 3
    Easy Travis integration
  • 3
    Items can be ignored in the UI
  • 3
    Asdasdas
  • 2
    Gitlab
  • 0
    Asdas
CONS OF CODACY
  • 6
    No support for private Git or Azure DevOps git

related Codacy posts

Ganesa Vijayakumar
Full Stack Coder | Technical Lead · | 19 upvotes · 3.3M views

I'm planning to create a web application and also a mobile application to provide a very good shopping experience to the end customers. Shortly, my application will be aggregate the product details from difference sources and giving a clear picture to the user that when and where to buy that product with best in Quality and cost.

I have planned to develop this in many milestones for adding N number of features and I have picked my first part to complete the core part (aggregate the product details from different sources).

As per my work experience and knowledge, I have chosen the followings stacks to this mission.

UI: I would like to develop this application using React , React Router and React Native since I'm a little bit familiar on this and also most importantly these will help on developing both web and mobile apps. In addition, I'm gonna use the stacks JavaScript , jQuery , jQuery UI , jQuery Mobile , Bootstrap wherever required.

Service: I have planned to use Java as the main business layer language as I have 7+ years of experience on this I believe I can do better work using Java than other languages. In addition, I'm thinking to use the stacks Node.js .

Database and ORM: I'm gonna pick MySQL as DB and Hibernate as ORM since I have a piece of good knowledge and also work experience on this combination.

Search Engine: I need to deal with a large amount of product data and it's in-detailed info to provide enough details to end user at the same time I need to focus on the performance area too. so I have decided to use Solr as a search engine for product search and suggestions. In addition, I'm thinking to replace Solr by Elasticsearch once explored/reviewed enough about Elasticsearch .

Host: As of now, my plan to complete the application with decent features first and deploy it in a free hosting environment like Docker and Heroku and then once it is stable then I have planned to use the AWS products Amazon S3 , EC2, Amazon RDS and Amazon Route 53 . I'm not sure about Microsoft Azure that what is the specialty in it than Heroku and Amazon EC2 Container Service . Anyhow, I will do explore these once again and pick the best suite one for my requirement once I reached this level.

Build and Repositories: I have decided to choose Apache Maven and Git as these are my favorites and also so popular on respectively build and repositories.

Additional Utilities :) - I would like to choose Codacy for code review as their Startup plan will be very helpful to this application. I'm already experienced with Google CheckStyle and SonarQube even I'm looking something on Codacy .

Happy Coding! Suggestions are welcome! :)

Thanks, Ganesa

See more

It is very important to have clean code. To be sure that the code quality is not really bad I use a few tools. I love SonarQube with many relevant hints and deep analysis of code. codebeat isn't so detailed, but it can find complexity issues and duplications. Codacy cannot find more bugs then your IDE. The winner for me is SonarQube that shows me really relevant bugs in my code.

See more

FindBugs

73
96
0
An open-source static code analyser
73
96
+ 1
0
PROS OF FINDBUGS
Be the first to leave a pro
CONS OF FINDBUGS
Be the first to leave a con

related FindBugs posts

Joshua Dean Küpper
CEO at Scrayos UG (haftungsbeschränkt) · | 1 upvote · 325K views

We use PMD alongside Checkstyle and FindBugs (Spotbugs) for our static code analysis, as a standard stage in all of our pipelines. PMD offers us insight into various optimization possibilities, best-practice alignment, coding convention compliance and general problems with our code.

See more

Veracode

55
112
0
A simpler and more scalable way to increase the resiliency of your global application infrastructure
55
112
+ 1
0
PROS OF VERACODE
Be the first to leave a pro
CONS OF VERACODE
Be the first to leave a con

related Veracode posts

Shared insights
on
Veracode Veracode Black Duck Black Duck

Hi Everyone, I am using Black Duck for my project...I need some advantages on Blackduck as compared to Veracode and other tools..... I don't have any idea about other tools, So I am not able to compare practically.. Please help me.

See more

SonarLint

152
306
14
An IDE extension to detect and fix issues as you write code
152
306
+ 1
14
PROS OF SONARLINT
  • 12
    IDE Integration
  • 2
    Free
CONS OF SONARLINT
  • 3
    Non contextual warnings
  • 3
    Not Very User Friendly

related SonarLint posts

JaCoCo

78
74
0
A code coverage library for Java
78
74
+ 1
0
PROS OF JACOCO
Be the first to leave a pro
CONS OF JACOCO
Be the first to leave a con

related JaCoCo posts

ShiftLeft

4
4
0
Static code analysis, Secrets detection, Software composition analysis, and Security training in one platform
4
4
+ 1
0
PROS OF SHIFTLEFT
Be the first to leave a pro
CONS OF SHIFTLEFT
Be the first to leave a con

related ShiftLeft posts