python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to fix this sonarqube blocker without affecting to the logic
Could you please look at below image and please let me know the solution for this. I have tried to write a try-with-reources for Statement and Resultset but inside try block what should I write
enter ...
thusila
Votes: 0
Answers: 1
Using SonarLint with VSCode. How can I change the regex rule S116 for Jave uses?
I am using Sonarlint with VSCode on a Java project on Windows 10. My project has a variable naming convention such that we use underscores as long as it isn't the first character. These variables are ...
Brian Utterback
Votes: 0
Answers: 2
How can I fix below sonarqube issue
Please check the below screenshot. I was able to fix all the other issues using try-with-resources. But I'm confusing how to fix this using try-with-resources.
thusila
Votes: 0
Answers: 1
define or delete copy ctor in a helper class/struct that uses neither?
I have the following helper utility class defined in a header:
Util.h
struct Timer
{
std::chrono::time_point< std::chrono::steady_clock > start { std::chrono::steady_clock::now( ) };
std...
digito_evo
Votes: 0
Answers: 0