Clover-for-IDEA Installation Guide

Installing the plug-in from IDEA (recommended)

The easiest way to install Clover-for-IDEA is to select it from IDEA's plug-in menu.

  1. Download the Clover-for-IDEA plug-in.
  2. Launch IntelliJ IDEA.
  3. In IDEA 14 or newer go to the 'File > Settings > Plugins' (Linux, Windows) or 'IDEA > Preferences > Plugins' (OS X). In IDEA 13 or older go to the 'File > Settings > IDE Settings > Plugins'.  
  4. Select 'Install plugin from disk'.
  5. Close and re-start IDEA.

You can now begin using Clover for IDEA.


-->

Installing the plug-in manually

You can download the Clover-for-IDEA plug-in from http://openclover.org/downloads and install it manually as follows:

  1. Shut down any running instances of IDEA.
  2. Remove any previous versions of the the Clover-for-IDEA plug-in .jar file from the following plug-in installation locations:
    1. IDEA_HOME/plugins (all platforms)
    2. IDEA_HOME/config/plugins (all platforms excepting Mac OS X)
    3. USER_HOME/Library/Application/Support/IntelliJIDEA70 (Mac OS X only)
  3. Copy the downloaded .jar file into the relevant location for your operating system:
    1. IDEA_HOME/plugins (all platforms)
    2. IDEA_HOME/config/plugins (all platforms excepting Mac OS X)
    3. USER_HOME/Library/Application/Support/IntelliJIDEA70 (Mac OS X only - create the directory if it doesn't exist)
  4. Re-start IDEA.

Showing Clover tool bar

IDEA 13 and later hides the tool bar by default. Click "View -> Toolbar" from main menu to show Clover's buttons.

Configuring compiler settings



Enabling the "external build" feature

Open the File > Settings > Project Settings > Compiler page.


 

Use the following state for toggles:

  • Use external build - it can be either enabled (the new IDEA12 feature is used) or disabled (the "classic" IDEA build is used)
  • Make project automatically - it's strongly recommended to disable this option; enabling it causes frequent compilation and faster growth of Clover database, which might affect performance
  • Compile independent modules in parallel - it must be disabled; Clover does not support parallel build; follow the CLOV-1293 for future updates

Known Issues

  • If you are using the Maven build tool, you should avoid using the same IntelliJ output directory as Maven does. As Maven uses the target/classes and target/test-classes directories, avoid specifying these ones. The clover.db location for IntelliJ should also be distinct from that used by Maven.

Uninstalling the Plugin

The easiest way to uninstall it is via 'File > Settings > Plugins' (Linux, Windows) or 'IDEA > Preferences > Plugins' (OS X). Just select the Clover IDEA Plugin from the list and click 'Uninstall Plugin'. The removal will take place after you restart IDEA.

To uninstall Clover-for-IDEA manually:

  1. Shut down any running instances of IDEA.
  2. Delete the 'clover-idea.jar' file from its installation directory, either IDEA_HOME/config/plugins (all platforms),  IDEA_HOME/plugins (all platforms except Mac OS X) or USER_HOME/Library/Application\ Support/IntelliJIDEA70 (Mac OS X only)
  3. Restart IDEA.