Skip to content

Releases: BasLeijdekkers/MetricsReloaded

MetricsReloaded 1.11.2

14 Mar 16:54
Compare
Choose a tag to compare
  • Fixes a NullPointerException in Lines of Code calculation

MetricsReloaded 1.11.1

28 Feb 14:46
Compare
Choose a tag to compare
  • Fixes bug that prevented MetricsReloaded from working in IDE without Java support (e.g. CLion)

MetricsReloaded 1.11

26 Jan 19:23
Compare
Choose a tag to compare
  • 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

MetricsReloaded 1.10

13 Dec 20:27
Compare
Choose a tag to compare
  • 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

MetricsReloaded 1.9

18 Apr 16:01
Compare
Choose a tag to compare
  • Restores compatibility with IntelliJ IDEA 2020.1
  • Fix incompatibility with the Scala plugin

MetricsReloaded 1.8

04 Sep 20:52
Compare
Choose a tag to compare
  • 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

MetricsReloaded 1.7

08 May 20:45
Compare
Choose a tag to compare
  • 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

MetricsReloaded 1.6.1

28 Mar 09:35
Compare
Choose a tag to compare
  • Fixed accidental breakage on the IntelliJ Platform IDEs

MetricsReloaded 1.6

27 Mar 21:41
Compare
Choose a tag to compare
  • 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

MetricsReloaded 1.5

13 Mar 20:52
Compare
Choose a tag to compare
  • 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