Silvio Montanari

Results 12 comments of Silvio Montanari

thank you @jdevoo. I'll put this info in the wiki and that will possibly contribute to share your approach with more users

Thank you @pierluca. Did you install leiningen to execute codemaat directly from the clojure source? code-forensics comes with a pre-packaged codemaat jar file (to ensure version compatibility) and should only...

I agree that sum of coupling numbers coming from analysing an entire repository can be biased by the natural coupling between production code and test code. Your suggestion of distributing...

I can try to interpret your request in two ways: 1. You're after some form of parallelisation, i.e. you want to run the same analysis in parallel on multiple repos...

>present all the data in single report That is not possible for the same reasons I described above, i.e. the reports are pretty much a data mining exercise over the...

Your browser is not loading the `systemjs` library: - Check the `systemjs` package is installed (e.g. `npm list systemjs`) and it has the right version: `0.21.6` - Check your browser...

@thealexandrelara, let me know if my suggestions helped you move forward or not. Otherwise I will be closing this issue.

That's entirely possible. Although cyclomatic complexity is not the primary objective of a code-forensics investigation, its metrics are featured in a few analyses and sure can help to better understand...

@jeskoriesner it's always possible to add whitespace technique as an alternative, language agnostic tool. However I've never tried it myself to really tell how effective it is, and we also...

I believe that in order to understand how to produce a complexity report for code-forensics the best place to start is the report that is created to feed the diagram,...