How to analyze the code quality of a project with SonarQube

Опубликовано: 04 Март 2026
на канале: ML Tutoriales
45,643
521

📌Subscribe to the YouTube channel here:
https://bit.ly/MLtutoriales

How to analyze the quality of the source code of a Java project without maven with SonarQube, we will have to download and install SonarQube and Sonar Scanner.

📖REMIND YOU.
SonarQube ** SonarQube **
It is a platform to evaluate source code,
this helps us to improve the quality of the code of our program and it is a free software.

Sonar Scanner ** Sonar Scanner **
Analyzes the code of our projects without Maven in any of the supported languages (Java, C#, JavaScript, PHP, Python, COBOL, VB.NET among others).

✅Download Test Web Project: https://www.mediafire.com/file/zja7lx...
✅Download SonarQube: https://www.sonarqube.org/downloads/
✅Download SonarScanner: https://docs.sonarqube.org/latest/ana...

** sonar-scanner.properties **
sonar.projectKey = WebPrueba
sonar.projectName = WebPrueba
sonar.projectVersion = 1.0
sonar.sources =C:/Users/DIEGO MOLINA/Documents/NetBeansProjects/WebPrueba/src/java
sonar.language = java
sonar.java.binaries =C:/Users/DIEGO MOLINA/Documents/NetBeansProjects/WebPrueba/build/web/WEB-INF/classes

✅Other videos:

📽️Como measure the percentage of quality of our sonarQube code:    • Como medir el porcentaje de calidad de nue...  

📽️Curso REST Spring Web Services:    • 1. Servicios Web REST Spring - Introducción  

📽️Descargar and install Wildfly server:    • Descargar e instalar servidor Wildfly  

📌Subscribe to the channel, like it and activate the little bell for more videos.
https://bit.ly/MLtutoriales

Instagram: @diegomolina1924

#sonarqube #installarsonarqube #downloadarsonarqube