- Operating system: Windows 10
- IDE name and version: Eclipse 2024-12
- SonarQube for Eclipse plugin version: 11.2.0.82640
- Programming language you’re coding in: Java
- Is connected mode used: Yes
- SonarQube Community Build v9.9.8 (build 100196)
I have configured custom rules in our SonarQube instance based on a template rule.
E.g. this one based on the template “Track uses of disallowed constructors”:
The template itself uses the issue type “Code Smell” by default, but in the derived rule I changed that to “Vulnerability”. In SonarQube itself, any findings for these rules properly show up as “Vulnerability”.
But when I see issues for these custom rules in Eclipse, they show up as “Code Smell”:
It seems like the issue type is not properly transmitted from the custom rule in connected mode.