python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SonarLint rule Java:S3252 ("static" base class members should not be accessed via derived types)
I've installed SonarLint for STS a few days ago and I would like to ask a question about the rule Java:S3252 ("static" base class members should not be accessed via derived types).
In my cod...
Michaël Droz-dit-Busset
Votes: 0
Answers: 1
Why is SonarAnalyzer reporting 'Unused method parameters should be removed'?
I am having an issue with SonarLint/Analyzer's (SonarAnalzer.CSharp (8.36.1.44192)) reporting of the "Unused method parameters should be removed" (1172) rule. I wish to know what I might be ...
AlienFromCA
Votes: 0
Answers: 0
Why does SonarQube is showing the message for all Java Streams: Refactor the code so this stream pipeline is used.?
I have a Java project running in Java 17 version. I have pushed my code to the organization repository where SonarQube is running. In that repository, I am getting issues/bugs for all the Java Streams...
BATMAN_2008
Votes: 0
Answers: 1
Migrate Sonarqube to support Java 17
I have some inconsistent warnings and code smells when scanning the code written with Java 17 LTS, below some warnings :
When I migrate my classes to record, I see my imports tagged as unused within ...
AceneKASDI
Votes: 0
Answers: 0