Releases: BasLeijdekkers/MetricsReloaded
Releases · BasLeijdekkers/MetricsReloaded
MetricsReloaded 1.11.2
- Fixes a NullPointerException in Lines of Code calculation
MetricsReloaded 1.11.1
- Fixes bug that prevented MetricsReloaded from working in IDE without Java support (e.g. CLion)
MetricsReloaded 1.11
- 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
- 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
- Restores compatibility with IntelliJ IDEA 2020.1
- Fix incompatibility with the Scala plugin
MetricsReloaded 1.8
- 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
- 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
- Fixed accidental breakage on the IntelliJ Platform IDEs
MetricsReloaded 1.6
- 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
- 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