SonarQube in pictures

Jakub Jóźwicki
2 min readMar 20, 2019

SonarQube even in Community Editon flavor is a Swiss army knify tool to help you with security and maintainability of your code regardless if it’s Spring Boot or Angular or something other.

Analyzing Angular project you should be prepared not only for TypeScript validation, but also for CSS.
TypeScript is a first class citizen in SonarQube.
Bugs and vulnerabilities should be squashed.
Unused imports althought minor but are still the case.
FindBugs hint is that your own exception classes are easier to analyse than generic ones.
Traditionall Java EE code might get hit by mvn sonar:sonar.
When you care about code security you should look first into OWASP results.
Some hardcoded patterns might not be still secure over the years (vide: SSL, TLS, TLSv1.3).

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Jakub Jóźwicki
Jakub Jóźwicki

No responses yet

Write a response