sonarlint-eclipse

How to install an older Eclipse plugin of SonarLint

喜欢而已 提交于 2019-12-22 04:06:19
问题 Currently in the Eclipse Marketplace SonarLint is only available in the latest version (2.5.1). For a compatibility reason I need to have version (2.2.1). How can i install an older version of my choice? 回答1: Instead of using Eclipse Marketplace, use menu in Help → Install New Software. Add sonarlint URL: http://eclipse.sonarlint.org/ and than uncheck "Show only the latest versions of available software". You will see all available version of sonarlint. If you already have it installed with

Sonarqube synchronization error

你说的曾经没有我的故事 提交于 2019-12-11 13:55:22
问题 I have created a custom rule for sonarqube in Java. The rule is created and i can see that in the sonarqube UI. Now the problem is when i try to check that rule from eclipse. I am getting error: :Synchronization issue, has encountered some problem". When I checked log from eclipse, i have this: !ENTRY org.sonar.ide.eclipse.core 4 4 2016-04-18 10:02:36.641 !MESSAGE !STACK 0 java.lang.NullPointerException at org.sonar.ide.eclipse.wsclient.internal.SonarWSClientFacade

How can we make SonarLint startup faster in Eclipse with lots of projects?

人盡茶涼 提交于 2019-12-10 15:30:37
问题 In our case we had a parent project (trunk) where all plug-ins where sub-projects and we want all the sub projects to have the same rules. In order to make maintenance easier we thought we could bind all plug-in projects in eclipse to trunk (so we can just batch update them etc.). The problem here is that for some reason it always loads all sub projects for each project. 1) they are always the same 2) there is not more information in the call of the sub-project that the former call did not

How to add certificates to SonarLint in Eclipse

泄露秘密 提交于 2019-12-09 05:39:37
问题 A certificate is required to connect my SonarQube server. I have installed the SonarLint plugin, but it does not have any option to add certificates to connect my SonarQube server. It has only URL, username , password options. Is there any way to set certificates ? 回答1: SonarLint does not permit the configuration of certificates, but you can add certificate to JRE or JDK. https://docs.oracle.com/javase/tutorial/security/toolsign/rstep2.html Copied text from Oracle documentation: Import the

How to add certificates to SonarLint in Eclipse

不想你离开。 提交于 2019-12-03 13:20:44
A certificate is required to connect my SonarQube server. I have installed the SonarLint plugin, but it does not have any option to add certificates to connect my SonarQube server. It has only URL, username , password options. Is there any way to set certificates ? SonarLint does not permit the configuration of certificates, but you can add certificate to JRE or JDK. https://docs.oracle.com/javase/tutorial/security/toolsign/rstep2.html Copied text from Oracle documentation: Import the Certificate as a Trusted Certificate Before you can grant the signed code permission to read a specified file,