shurik111333 / MetricsReloaded

Automated code metrics plugin for IntelliJ IDEA

Home Page:http://plugins.intellij.net/plugin/?id=93

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetricsReloaded

Automated code metrics plugin for IntelliJ IDEA. You can find a nice description of MetricsReloaded on the IntelliJ IDEA Blog.

Getting started

Select the Calculate Metrics... menu item in the Analyze menu. Try the Lines of code metrics profile first, if you haven't used MetricsReloaded before.

Command line

Metrics can also be calculated from the command line, for integration into build servers. The results are saved into the specified xml file for later analysis. Enter idea metrics -h on the terminal for help. Make sure IntelliJ IDEA is not running when you try to invoke MetricsReloaded from the terminal or it will not work. For a truly headless experience add the option -Djava.awt.headless=true to the idea.vmoptions file in the bin directory of the IntelliJ IDEA installation you are using on the build server.

Installation

Find and install MetricsReloaded from IntelliJ IDEA's plugin manager. Alternatively you can download the zip file manually and unpack it in IntelliJ IDEA's plugin directory.

About

Automated code metrics plugin for IntelliJ IDEA

http://plugins.intellij.net/plugin/?id=93


Languages

Language:Java 87.6%Language:HTML 12.4%