Top "Sonarlint" questions

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.

Calling @Transactional method from non-transactional method in Spring 4.3

I have the following code: @Service public class ItemService { ... public void addItems(@Nonnull DocumentDTO dto) throws Exception { // some code that …

java spring sonarqube aop sonarlint
Can I configure the used ruleset for SonarLint

Can I disable / enable the set of rules that are shown by SonarLint for VS? How? A similar question was …

sonarlint sonarlint-vs
SonarLint Eclipse connecting to SonarQube server gives "No storage for server 'sonar'. Please update."

My company upgraded to SonarQube 5.3. This requires changing from the SonarQube plugin for Eclipse to SonarLint. I regret that upgrade …

eclipse sonarqube sonarlint sonarqube5.3 sonarlint-eclipse
Error S3925 : Update this implementation of 'ISerializable' to conform to the recommended serialization pattern

More specifically, when the exception contains custom objects which may or may not themselves be serializable. Take this example: public …

c# visual-studio-2017 sonarlint
How to disable SonarLint for test projects

I installed SonarLint in VS 2015 and it looks like a great extension with lots of potential. At the moment the …

c# unit-testing visual-studio-2015 sonarlint
Unable to Finish connecting to SonarQube server

This is going to sound like a ridiculous question, but using the SonarLint Eclipse plugin (v3.2.0) on the latest Eclipse (…

eclipse eclipse-plugin sonarlint
SonarLint not working for coverage and duplications?

I am using Sonar-Lint as my static code analysis plugin in intellij. When I run that after setting configurations, it …

java intellij-idea sonarlint
How to configure the rule set of SonarLint in Visual Studio Code?

I have installed sonar lint extension on my visual studio code editor and I was wondering if there is a …

sonarqube visual-studio-code sonarlint
SonarLint V3: Fields in a "Serializable" class should either be transient or serializable for List interface

My question is very similar to this except that this issue I have encountered in SonarLint V3 (squid:S1948). My …

java intellij-idea sonarqube sonarlint
See history of Sonar analyses in SonarQube

I am triggering a Sonar analysis from Jenkins whenever a user commits any change to any branch of my project. …

sonarqube sonar-runner sonarqube-scan sonarlint