Installation
The steps you need to install SonarQube for IntelliJ in your IDE.
Instructions
First taste of SonarQube for IDE
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args) {
List<String> texts = new ArrayList<String>();
if (texts != null) {
texts.add("Hello World!");
}
}
}#include <string>
typedef int Integer;
size_t get_size(std::string& s) {
return s.size();
}Rider
Connect to your server
Last updated
Was this helpful?

