How to identify memory leaks in SonarQube

Team,
I’m trying to identify memory leaks in my code using SonarQube. How can I achieve it? I can see bugs, vulnerabilities, code smells, duplications, etc. but I can’t find memory leaks

  • SonarQube version: 6.5

image

Hey there!

First, the minimum supported version of SonarQube is now v7.9 – and before that it was v6.7. It’s really time to upgrade.

Once that is good and done – it would be good to know what languages you’re interested in. There is no specific category for “memory leaks” (i’m pretty sure those can be safely classified as a Bug)

Colin