Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install an older Eclipse plugin of SonarLint

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?

like image 552
The Digital Ad Venture Avatar asked Jan 19 '17 18:01

The Digital Ad Venture


3 Answers

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 unexpected version, you need to uninstall it first in Help → Installation Details.

like image 166
nazrvl Avatar answered Oct 14 '22 22:10

nazrvl


The official zip files for legacy versions of SonarLint are here: https://binaries.sonarsource.com/SonarLint-for-Eclipse/releases/

After downloading the zip file, in Eclipse:

Help -> Install New Software -> Add -> Archive -> the zip file
like image 42
Paco Abato Avatar answered Oct 14 '22 22:10

Paco Abato


I had exactly the same issue. Here is how I managed it:

  1. Ask Google for "sonarlint 2.1.0"

  2. You'll find a page link to 2.1.0 - Bintray

  3. You will be able to download a zip.

  4. Then, this stack will help you install the zip from your disk.

Hope it helps!

like image 27
avi.elkharrat Avatar answered Oct 14 '22 23:10

avi.elkharrat