"Understand SonarQube Issues & Duplications | Bugs, Code Smells & Copy-Paste Code Explained "

Published: 15 May 2025
on channel: AA Software Technologies
557
2

Issues
When code violates a rule, it's reported as an issue.
Issue types:
Bug: Logic errors or potential crashes.
Vulnerability: Security risks.
Code Smell: Maintainability issues.
Security Hotspot: Potential security-sensitive code that needs review.


Code Coverage
Measures how much of your code is covered by automated tests.
Includes:
Line coverage
Branch coverage
Condition coverage
Requires integration with testing tools like JaCoCo, Istanbul, Coverage.py.
8. Duplication
Detects duplicated blocks of code.
High duplication = poor maintainability.
9. Leak Period / New Code
SonarQube focuses on new/changed code since the last version or baseline.
Helps maintain code quality incrementally.
Quality Gate conditions often apply only to new code.


On this page of the site you can watch the video online "Understand SonarQube Issues & Duplications | Bugs, Code Smells & Copy-Paste Code Explained " with a duration of online in good quality, which was uploaded by the user AA Software Technologies 15 May 2025, share the link with friends and acquaintances, this video has already been watched 557 times on youtube and it was liked by 2 viewers. Enjoy your viewing!