Hello,
I have a java code and am using SonarLint to analyze it. I have database connections that are not closed. Why sonarLint is not showing it in issues. Whether i have to update any Rule. I am using SinarLint as Eclipse Plugin .
Colin
(Colin)
September 5, 2022, 3:18pm
2
Hey there.
First of all, what do the logs say?
SonarLint FAQ
Common
Troubleshooting
Each SonarQube for IDE has it’s own Troubleshooting page which contains information about getting your logs, what to look for if connected mode isn’t working right, and even some language-specific problem examples (when applicable). Check them out and if you’re still having trouble, reach out to us here in the community for more information!
Troubleshooting SonarQube for VS Code (including forks of VS Code)
Troubleshooting SonarQube for IntelliJ (and other …
Second, if you’re reporting a false-negative, it’s great if you include a snippet of code where you think the issue should be raised.