Questions tagged [sonarlint]

SonarLint is an extension to IDEs (such as VS, Eclipse or IntelliJ) that provides on-the-fly feedback to developers on new bugs and quality issues found in their code, using Static Code Analysis.

SonarLint is an extension to IDEs (such as VS, VS Code, Eclipse, PyCharm, etc) that provides on-the-fly feedback to developers on new bugs and quality issues found in their code, using Static Code Analysis.

© 2008-2018, SonarSource S.A, Switzerland

Currently available:

693 questions
-2
votes
1 answer

SonarLint for Eclipse - upcoming version 2 scheduled date and compatibility

is there any planned date for SonarLint 2.0 release? And will it be compatible with SonarQube 4.5.5? We started using SonarQube 4.5.5 a few months ago. We couldn't adopt the latest SonarQube release, because we couldn't use the latest Eclipse…
-4
votes
2 answers

Is it a bad practice to catch the Throwable?

Is it a bad practice to catch Throwable?For example my code something like this.But in sonar its showing as bug .How can we resolve this code try { return restTemplate.getForObject(urlSearchID, AccessIDSearchResponse.class); }…
Krish
  • 4,166
  • 11
  • 58
  • 110
-5
votes
1 answer

Integrate sonarlint in sonarqube

Currently,I have integrated findbug with sonarqube. I want to follow sonarlint rules with sonarqube server.
Savan Javia
  • 309
  • 4
  • 14
1 2 3
46
47