-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
065d89e
commit 9c9a372
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,19 +27,18 @@ | |
<p>Select the menu item <code>Help | Find Action...</code> and search for <code>Calculate Metrics...</code>. | ||
Try the <i>Lines of code metrics</i> profile first, if you haven't used MetricsReloaded before. | ||
<p>Metrics can also be calculated from the command line for integration into build servers. | ||
Enter <code>idea metrics -h</code> for help. For this to work IntelliJ IDEA must not be running. | ||
Enter <code>idea metrics -h</code> for help. For this to work IntelliJ IDEA must NOT be running. | ||
]]></description> | ||
<vendor url="https://twitter.com/inspectorbas" email="[email protected]">Bas Leijdekkers</vendor> | ||
<version>1.7</version> | ||
<version>1.8</version> | ||
<change-notes><![CDATA[ | ||
1.7<br> | ||
- Results table now has speed search<br> | ||
- Fixed reading and writing of snapshot files (#32)<br> | ||
- Fixed dependency calculating and made it more efficient<br> | ||
- Fixed "Encapsulation ratio" (E_RAT) module metric<br> | ||
- Fixed reporting for "True comment ratio" (TCOM_RAT) interface metric<br> | ||
- Fixed Javadoc metrics reported for non-Java files (#8)<br> | ||
- Internal improvements & optimizations<br> | ||
1.8<br> | ||
- New Java metrics to count lambdas, anonymous classes and null checks<br> | ||
- New tool window icon<br> | ||
- Several package metrics now work correctly on non-java languages (Kotlin, Groovy...)<br> | ||
- Fixed "Number of assert statements" metric<br> | ||
- "Non-comment lines of code" no longer counts lines in text files<br> | ||
- "Number of exceptions caught" metric now counts multi-catch exceptions correctly<br> | ||
]]></change-notes> | ||
<idea-version since-build="139"/> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.7 | ||
1.8 |