We are trying to install a CI Platform with (Jenkins,sonar,eclipse ...). So that every developer can make analysis on his code before commit, I'm wondering between two alternatives :
I'm not sure which alternative to use? I used to work with findbugs,pmd, checkstyle in eclipse and they look great. Can you tell me which is the best alternative? Thanks in advance.
Regards.
SonarQube PMD Plugin. Sonar-PMD is a plugin that provides coding rules from PMD for use in SonarQube. Starting April 2022, the project has found a new home.
SonarQube, natively, cannot run PMD and Checkstyle, only consume the reports those tools generate. You'll need to run those tools to generate the reports prior to your SonarQube analysis. Adding the analysis parameters won't do that for you.
Figure 11.3. The SonarQube plugin for Eclipse helps you close the circle of code quality. It gives you local visibility into existing issues in the files you're working on, helps you manage your issue assignments, and lets you prescan your code changes for issues.
With Sonar plugin you can manage the violations like:
If you use separate plugins you have to go sonar web to do that. The great advance of sonar is the reviews.
Other question is how many projects you have and will have. I currently work with more than 70 projects and many profiles. Is more simple to me run analysis with one plugin, because I need just add the server and find the project. With other plugin you need add the link for each project in each plugin configuration.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With