This blog talks about SonarLint tool for Eclipse IDE which could be used by developers to get on-the-fly feedback for code quality issues when they are writing the code. This feature was always one of the most awaited feature of Sonar and thankfully, it’s out there for Java, Javascript, PHP developers to try it out for themselves.
Following is how one could get started:
I tested with HelloWorld program and got following code quality assistance. Note the information such as “Replace this usage of System.out or System.err by a logger”.
In the current version, SonarLint does not support the integration with SonarQube server. The integration of SonarLint with SonarQube server would achieve some of the following objectives
The above would help the developers avoid the code quality issues much before they appear in the Sonar dashboard.
Feel free to try it out or recommend in your projects. The downside (as I have not yet tested) is that it may slow your work because of a background task always running and checking the code quality issue. However, you could disable the run by right-click clicking on project and disabling the SonarLint.
Artificial Intelligence (AI) agents have started becoming an integral part of our lives. Imagine asking…
In the ever-evolving landscape of agentic AI workflows and applications, understanding and leveraging design patterns…
In this blog, I aim to provide a comprehensive list of valuable resources for learning…
Have you ever wondered how systems determine whether to grant or deny access, and how…
What revolutionary technologies and industries will define the future of business in 2025? As we…
For data scientists and machine learning researchers, 2024 has been a landmark year in AI…