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
sonar rule "possible null pointer exception"
I'm finding a problem in my Sonar I don't know how to solve.
The error I have is:
Possible null pointer dereference in mypackage.myMethod(String) due to return value of called method
At the very begi...
cucuru
Votes: 0
Answers: 1
SonarQube delegate authentication to GitLab fail [404 not found]
Context:
Sonarqube: 9.2.4.50792 --> https://sonar.dev.mycompany.com/
Gitlab: 13.4.3-ee --> http://git.mycomany.com/
What I am trying to achieve:
I try to delegate SonarQube authentication to G...
locobastos
Votes: 0
Answers: 1
How can I use multiple properties files and encryption keys in gitlab CI/CD stages
I have multiple properties files, encryption keys and others files stored across multiple location in my project. In the sonarqube stage, I am doing mvn sonar:sonar which basically builds the complete...
Rohit Dubey
Votes: 0
Answers: 0