MetricsReloaded
MetricsReloaded copied to clipboard
Automated source code metrics plugin for IntelliJ IDEA
It's the first time I've tried to run the plugin for the project and it crashed STR: 1. Actions -> Calculate Metrics... 2. Metrics Scope - Custom scope: 3. Metrics...
Hi, Thanks for your great work. I'd like to generate a .csv report for java package and export it directly through java code. Is there an existing library that could...
When I analyze [TaskDetailPresenter.java](https://github.com/android/architecture-samples/blob/todo-mvp/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/taskdetail/TaskDetailPresenter.java) class for [this ](https://github.com/android/architecture-samples/tree/todo-mvp) project, whether I select the "include test sources" or not the CBO (CK) metric result is always 7. I would like too...
Hi, Thanks for a great work on this project, I have observed some bug for csv result export in java eco-system. During importing an exported file to csv format by...
I get the following when running from the command line: ``` MetricsReloaded running on IntelliJ IDEA 2018.1.1 Opening project... Project XYZ opened. Calculating metrics Please change caller according to com.intellij.openapi.project.IndexNotReadyException...
Hi, First of all thanks for this great plugin. It would be better if there could be support for a **JSON** format of the output and is there any way...
While I can install the plugin version of this code in PyCharm Professional 2016.3.2, only LOC type metrics are provided for Python code. Would be great to see the other...
In intellij it does not seem to be possible to display metrics at class and code level, while @BasLeijdekkers refers to that being possible [here](https://github.com/BasLeijdekkers/MetricsReloaded/issues/28#issuecomment-186213639) 
Following error stops IntelliJ from starting up on Windows. `Microsoft Windows [Version 10.0.15063] (c) 2017 Microsoft Corporation. All rights reserved. C:\Users\MZeeshan>"C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2018.1\bin\idea.bat" org.picocontainer.defaults.DuplicateComponentKeyRegistrationException: Key com.sixrr.metrics.config.MetricsReloadedConfig duplicated...
analyse complexity metrics does scan JS as well but does not show any results?! (I would expect some given I have quite some stuff from YUI in my project)