MetricsReloaded Versions Save

Automated source code metrics plugin for IntelliJ IDEA

v1.11.2

3 years ago
  • Fixes a NullPointerException in Lines of Code calculation

v1.11.1

3 years ago
  • Fixes bug that prevented MetricsReloaded from working in IDE without Java support (e.g. CLion)

v1.11

3 years ago
  • Important fixes and improvements in Metrics Profile handling
  • Improved compatibility with IntelliJ Platform, but now requires at least 2020.1
  • Added Cognitive Complexity metric for Java
  • Calculate Cyclomatic Complexity for Enhanced Switches and regular switch statements correctly
  • Fixed assertion error in Number of Cyclic Dependencies metric
  • Further minor fixes and improvements

v1.10

3 years ago
  • Allow multiple metric results in separate tabs in the tool window
  • Cleanup of descriptions
  • Double clicking a package metrics result now navigates to package
  • Several exceptions in the UI fixed
  • Bug fixed in several metrics for more accurate calculation

v1.9

4 years ago
  • Restores compatibility with IntelliJ IDEA 2020.1
  • Fix incompatibility with the Scala plugin

v1.8

7 years ago
  • New Java metrics to count lambdas, anonymous classes and null checks
  • New tool window icon
  • Several package metrics now work correctly on non-java languages (Kotlin, Groovy...)
  • Fixed "Number of assert statements" metric
  • "Non-comment lines of code" no longer counts lines in text files
  • "Number of exceptions caught" metric now counts multi-catch exceptions correctly

v1.7

8 years ago
  • Results table now has speed search
  • Fixed reading and writing of snapshot files (#32)
  • Fixed dependency calculating and made it more efficient
  • Fixed "Encapsulation ratio" (E_RAT) module metric
  • Fixed reporting for "True comment ratio" (TCOM_RAT) interface metric
  • Fixed Javadoc metrics reported for non-Java files (#8)
  • Internal improvements & optimizations

v1.6.1

8 years ago
  • Fixed accidental breakage on the IntelliJ Platform IDEs

v1.6

8 years ago
  • New Comment ratio (COM_RAT) file type metric
  • Expanded the Lines of code metrics default profile
  • Number of TODO comments (TODO) now counts actual number of TODO comments, instead of the number of lines of TODO comments
  • Fixed Response for Class (RFC) metric
  • Fixed Module/Number of annotation interfaces (Can) & Module/Number of enumerated classes (EC) module metrics
  • Fixed Package/Number of methods (METH) package metric
  • Fixed several minor bugs
  • Internal improvements

v1.5

8 years ago
  • Three new file type metrics: CLOC, NCLOC and TODO
  • Fixed possible off-by-one error when counting lines
  • Fixed doc comments counted incorrectly as non-comment