Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

SonarQube Community Edition for Red Hat Enterprise Linux 7 with support

Kurian | 8.9.6 20220306

Linux/Unix, Red Hat Enterprise Linux 7.9 - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

11 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Arjun K.

SonarQube is must for Development

  • December 15, 2021
  • Review verified by G2

What do you like best about the product?
SonarQube is must for Development. It will help us to write quality code which includes the exclusion of boiler-plate code, redundant code, unnecessary fields defined. As I am from Java Backgroud, it also helps us to follow SOLID Principles and avoid bulky classes, methods. It allows us to write clean code with all necessary comments so that in the future if another developer wants to understand the code, it will help them. I never knew many things, but SonarQube helped me understand that, and my coding standard has improved. It also helps in Unit testing.
What do you dislike about the product?
Sometimes, it will ask for even small comments to b added.
What problems is the product solving and how is that benefiting you?
1. Code quality
2. Make code more organized.
2. Avoid boiler-plate code.
3. Unit testing is required so that the application can be tested at the developer's level.