-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export csv report via java code #68
Comments
Sorry, it is not possible to use the MetricsReloaded plugin without IntelliJ IDEA. It needs on IntelliJ IDEA's Java parser and abstract syntax tree. Furthermore I also do not know of any library that can do this. What is possible is invoking IntelliJ IDEA from the command line and collecting the desired metrics, without user interface. Perhaps that could be useful? Bas |
Hi, |
Hi, |
On MacOS the following works for me: I also noticed running metrics from the command line could use some improvements. Please keep this issue open as a reminder, and i will try to implement this for the next release. |
Hi, Best, |
It appears all of these are just warnings produced by IntelliJ IDEA. I don't see any errors. |
oh~Understand. Best, |
I don't see anything wrong with your command. Is there any more output on the command line? When it working you should see messages like:
|
Hi, |
Hi |
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 be used or any suggestion to directly call your module without Intellij installed?
Any advice would be helpful. Thanks
Best,
Susan
The text was updated successfully, but these errors were encountered: